openbsd-ports/mail/clamsmtp/Makefile

32 lines
665 B
Makefile
Raw Normal View History

2005-11-01 13:03:01 -05:00
# $OpenBSD: Makefile,v 1.3 2005/11/01 18:03:01 mbalmer Exp $
COMMENT= "SMTP virus filter"
DISTNAME= clamsmtp-1.5
2005-11-01 13:03:01 -05:00
PKGNAME= ${DISTNAME}p0
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
2005-11-01 13:03:01 -05:00
WANTLIB= c pthread milter
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>