39c1efe2ee
from Sigfred Haversen <bsdlist at mumak.com> ok maintainer
31 lines
634 B
Makefile
31 lines
634 B
Makefile
# $OpenBSD: Makefile,v 1.6 2006/10/06 19:47:52 steven Exp $
|
|
|
|
COMMENT= "SMTP virus filter"
|
|
|
|
DISTNAME= clamsmtp-1.8
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://memberwebs.com/nielsen/software/clamsmtp/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
RUN_DEPENDS= ::security/clamav
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= 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>
|