pkgsrc/mail/fastforward/Makefile
rillig c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00

30 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.26 2019/05/23 19:23:05 rillig Exp $
#
DISTNAME= fastforward-0.51
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://cr.yp.to/software/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cr.yp.to/fastforward.html
COMMENT= Sendmail-style /etc/aliases support for qmail
LICENSE= public-domain
DEPENDS+= qmail>=1.03nb7:../../mail/qmail
CONFLICTS+= esmtp>=1.2 postfix-[0-9]* sendmail-[0-9]*
DJB_BUILD_TARGETS= install instcheck
DJB_RESTRICTED= no
SUBST_FILES.djbware+= cdb_seek.c
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"