pkgsrc/mail/qmail-lint/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

31 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.18 2015/06/12 10:50:26 wiz Exp $
#
DISTNAME= qmail-lint-0.55
PKGREVISION= 5
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= #
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.qmail.org/
COMMENT= Examine the qmail configuration for common errors
WRKSRC= ${WRKDIR}
USE_TOOLS+= perl:run
REPLACE_PERL= ${DISTNAME}
NO_BUILD= yes
SUBST_CLASSES+= qmaildir
SUBST_STAGE.qmaildir= do-configure
SUBST_FILES.qmaildir= ${DISTNAME}
SUBST_SED.qmaildir= -e 's|/var/qmail|${QMAILDIR}|g'
INSTALLATION_DIRS= bin
BUILD_DEFS+= QMAILDIR
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${DESTDIR}${PREFIX}/bin/qmail-lint
.include "../../mk/bsd.pkg.mk"