pkgsrc/mail/serialmail/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

29 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/05/23 19:23:08 rillig Exp $
#
DISTNAME= serialmail-0.75
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://cr.yp.to/software/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cr.yp.to/serialmail.html
COMMENT= Tools for passing mail across serial links
DEPENDS+= qmail>=1.03nb7:../../mail/qmail
INSTALLATION_DIRS= share/doc/${PKGBASE}
# We change conf-home from the default "/usr/local" and don't
# provide compatibility symlinks. We also apply patches.
DJB_RESTRICTED= YES
SUBST_FILES.djbware+= leapsecs_read.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"