9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
30 lines
690 B
Makefile
30 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.27 2020/01/26 17:31:34 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= fastforward-0.51
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://cr.yp.to/software/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= https://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"
|