2017-01-02 04:48:11 +01:00
|
|
|
# $NetBSD: Makefile,v 1.24 2017/01/02 03:48:11 schmonz Exp $
|
2001-09-16 23:59:27 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= dot-forward-0.71
|
2012-03-12 22:49:49 +01:00
|
|
|
PKGREVISION= 3
|
2001-09-16 23:59:27 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://cr.yp.to/software/
|
|
|
|
|
2004-07-22 01:06:10 +02:00
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
2001-09-16 23:59:27 +02:00
|
|
|
HOMEPAGE= http://cr.yp.to/dot-forward.html
|
2004-07-22 01:06:10 +02:00
|
|
|
COMMENT= Reads sendmail's .forward files under qmail
|
2009-05-19 11:07:13 +02:00
|
|
|
LICENSE= public-domain
|
2001-09-16 23:59:27 +02:00
|
|
|
|
2004-08-22 02:23:55 +02:00
|
|
|
DEPENDS+= qmail>=1.03nb7:../../mail/qmail
|
2001-09-16 23:59:27 +02:00
|
|
|
|
2006-01-05 03:57:10 +01:00
|
|
|
USE_TOOLS+= nroff
|
|
|
|
|
2005-03-23 01:51:09 +01:00
|
|
|
DJB_BUILD_TARGETS= install instcheck
|
2001-09-16 23:59:27 +02:00
|
|
|
|
2008-06-11 23:06:37 +02:00
|
|
|
DJB_RESTRICTED= no
|
2001-09-16 23:59:27 +02:00
|
|
|
|
2017-01-02 04:48:11 +01:00
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}
|
|
|
|
|
|
|
|
SUBST_CLASSES+= paths
|
|
|
|
SUBST_STAGE.paths= do-configure
|
|
|
|
SUBST_FILES.paths= hier.c
|
|
|
|
SUBST_SED.paths= -e 's,@PKGMANDIR@,${PKGMANDIR},g'
|
|
|
|
|
2005-03-23 01:51:09 +01:00
|
|
|
.include "../../mk/djbware.mk"
|
2001-09-16 23:59:27 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|