pkgsrc/mail/fastforward/Makefile

31 lines
690 B
Makefile
Raw Normal View History

# $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
2006-01-08 19:27:11 +01:00
SUBST_FILES.djbware+= cdb_seek.c
2016-12-31 18:51:25 +01:00
SUBST_CLASSES+= paths
SUBST_STAGE.paths= do-configure
SUBST_FILES.paths= hier.c
SUBST_VARS.paths= PKGMANDIR
2016-12-31 18:51:25 +01:00
2005-03-23 01:51:09 +01:00
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"