pkgsrc/mail/qmailanalog/Makefile
schmonz 3948870bde Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.
2020-06-25 05:42:36 +00:00

19 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/06/25 05:42:38 schmonz Exp $
#
DISTNAME= qmailanalog-0.70
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://cr.yp.to/software/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://cr.yp.to/qmailanalog.html
COMMENT= Collection of tools to help analyze qmail's activity
DJB_RESTRICTED= YES
DJB_CONFIG_PREFIX= ${PREFIX}/qmailanalog
SUBST_CLASSES+= djberrno
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"