pkgsrc/mail/milter-greylist/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2004/10/03 00:12:53 tv Exp $
DISTNAME= milter-greylist-1.4
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
EXTRACT_SUFX= .tgz
MAINTAINER= manu@netbsd.org
HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
COMMENT= Easy-to-use greylist milter for sendmail
USE_PKGINSTALL= YES
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+=--with-user=smmsp
CONFIGURE_ARGS+=--with-libspf_alt=${PREFIX}
CONFIGURE_ARGS+=--prefix=${PREFIX}
ALL_TARGET= milter-greylist
PKG_GROUPS= smmsp
PKG_USERS= smmsp:smmsp::Sendmail\\ Message\\ Submission\\ Program
RCD_SCRIPTS= milter-greylist
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/milter-greylist
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/milter-greylist
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/milter-greylist
${INSTALL_DATA} ${WRKSRC}/greylist.conf \
${PREFIX}/share/examples/milter-greylist
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mail/libspf-alt/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"