# $OpenBSD: Makefile,v 1.12 2011/05/13 12:52:22 okan Exp $ COMMENT= greylist milter DISTNAME= milter-greylist-4.2.7 CATEGORIES= mail HOMEPAGE= http://hcpnet.free.fr/milter-greylist/ MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz MAINTAINER= Jakob Schlyter # BSD license PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c pthread milter spf2 LIB_DEPENDS= mail/libspf2 BUILD_DEPENDS= devel/bison USERNAME= _milter-greylist:_milter-greylist GREYLISTDIR= /var/db/milter-greylist EXAMPLESDIR= share/examples/milter-greylist SUBST_VARS= GREYLISTDIR USERNAME CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-user=${USERNAME} \ --with-dumpfile=${GREYLISTDIR}/greylist.db \ --with-libspf2=${LOCALBASE} USE_GROFF = Yes NO_REGRESS= Yes pre-configure: ${SUBST_CMD} ${WRKSRC}/greylist.conf \ ${WRKSRC}/greylist.conf.5 ${WRKSRC}/milter-greylist.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/milter-greylist ${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/milter-greylist.8 ${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/greylist.conf.5 ${PREFIX}/man/man5 ${INSTALL_DATA_DIR} ${PREFIX}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/greylist.conf ${PREFIX}/${EXAMPLESDIR} .include