2008-11-06 14:50:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2008/11/06 14:50:54 sthen Exp $
|
2004-12-10 09:37:31 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= postfix greylist daemon
|
2004-12-10 09:37:31 +00:00
|
|
|
|
2008-08-22 21:57:49 +00:00
|
|
|
DISTNAME= postgrey-1.32
|
2008-11-06 14:50:54 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2004-12-10 09:37:31 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
2008-05-21 10:52:40 +00:00
|
|
|
HOMEPAGE= http://postgrey.schweikert.ch/
|
2004-12-10 09:37:31 +00:00
|
|
|
|
2008-03-31 21:26:15 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/pub/ \
|
|
|
|
${HOMEPAGE}/pub/old/
|
|
|
|
|
2004-12-10 09:37:31 +00:00
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
NO_BUILD= Yes
|
2005-10-03 08:02:13 +00:00
|
|
|
NO_REGRESS= Yes
|
2004-12-10 09:37:31 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::devel/p5-Net-Server \
|
|
|
|
::devel/p5-IO-Multiplex \
|
2008-03-31 21:26:15 +00:00
|
|
|
::databases/p5-BerkeleyDB \
|
|
|
|
::net/p5-Net-DNS
|
2004-12-10 09:37:31 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/postgrey ${PREFIX}/libexec
|
2008-03-31 21:26:15 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/contrib/postgreyreport ${PREFIX}/sbin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/postgrey/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/postgrey_whitelist_clients ${PREFIX}/share/examples/postgrey
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/postgrey_whitelist_recipients ${PREFIX}/share/examples/postgrey
|
2006-06-18 08:28:56 +00:00
|
|
|
pod2man ${WRKSRC}/postgrey ${PREFIX}/man/man1/postgrey.1
|
2004-12-10 09:37:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|