c7ff05f63e
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
28 lines
630 B
Makefile
28 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.27 2019/05/23 19:23:05 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= dot-forward-0.71
|
|
PKGREVISION= 3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://cr.yp.to/software/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://cr.yp.to/dot-forward.html
|
|
COMMENT= Reads sendmail's .forward files under qmail
|
|
LICENSE= public-domain
|
|
|
|
DEPENDS+= qmail>=1.03nb7:../../mail/qmail
|
|
|
|
DJB_BUILD_TARGETS= install instcheck
|
|
|
|
DJB_RESTRICTED= no
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= do-configure
|
|
SUBST_FILES.paths= hier.c
|
|
SUBST_VARS.paths= PKGMANDIR
|
|
|
|
.include "../../mk/djbware.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|