![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / mail / p5-Mail-Ezmlm / Makefile (download)
Revision 1.12, Mon Oct 8 12:19:23 2012 UTC (11 years, 1 month ago) by asau
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. |
# $NetBSD: Makefile,v 1.12 2012/10/08 12:19:23 asau Exp $ # DISTNAME= Ezmlm-0.07.2 PKGNAME= p5-Mail-${DISTNAME} PKGREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://search.cpan.org/~sumpfrall/Ezmlm/ COMMENT= Perl5 module for managing ezmlm mailing lists DEPENDS+= qmail>=1.03:../../mail/qmail DEPENDS+= {ezmlm>=0.53,ezmlm-idx>=0.40}:../../mail/ezmlm MAKE_ENV+= BSD_BATCH_INSTALL=1 # skip interactive config stage SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure SUBST_FILES.paths= Ezmlm.pm SUBST_SED.paths= -e 's|@LOCALBASE@|${LOCALBASE}|g' SUBST_SED.paths+= -e 's|@QMAILDIR@|${QMAILDIR}|g' SUBST_MESSAGE.paths= Configuring paths. PERL5_PACKLIST= auto/Mail/Ezmlm/.packlist BUILD_DEFS+= QMAILDIR pre-configure: ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"