mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
428 B
Makefile
24 lines
428 B
Makefile
COMMENT= SMTP virus filter
|
|
|
|
DISTNAME= clamsmtp-1.10.2
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://thewalter.net/stef/software/clamsmtp/
|
|
SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= security/clamav
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c pthread
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/clamsmtp
|
|
${INSTALL_DATA} ${WRKSRC}/doc/clamsmtpd.conf \
|
|
${PREFIX}/share/examples/clamsmtp
|
|
|
|
.include <bsd.port.mk>
|