pkgsrc/mail/milter-greylist/Makefile

40 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.41 2009/03/16 10:15:23 tron Exp $
DISTNAME= milter-greylist-4.2rc1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
EXTRACT_SUFX= .tgz
2008-05-25 22:49:39 +02:00
OWNER= tron@NetBSD.org
HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
COMMENT= Easy-to-use greylist milter for sendmail
2009-01-19 07:16:38 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
# yacc rule moving to y.tab.c and renaming
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= YES
BUILD_TARGET= milter-greylist
RCD_SCRIPTS= milter-greylist
.include "options.mk"
CONFIGURE_ARGS+= --with-user=${MILTER_USER}
BUILD_DEFS+= MILTER_USER
FILES_SUBST+= MILTER_USER=${MILTER_USER:Q}
INSTALLATION_DIRS+= share/doc/milter-greylist
INSTALLATION_DIRS+= share/examples/milter-greylist
post-install:
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/milter-greylist
${INSTALL_DATA} ${WRKSRC}/greylist.conf \
2009-01-19 07:16:38 +01:00
${DESTDIR}${PREFIX}/share/examples/milter-greylist
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"