maradns-2.0.16: This is the stable release of MaraDNS. A very minor security update was made. Deadwood updated to 3.2.12 maradns-2.0.15: This is the stable release of MaraDNS. No security updates were done in this release. Deadwood updated to 3.2.11 maradns-2.0.14: This is the stable release of MaraDNS. No security updates were done in this release. Deadwood updated to 3.2.10
36 lines
955 B
Makefile
36 lines
955 B
Makefile
# $NetBSD: Makefile,v 1.28 2019/01/18 22:14:14 bsiegert Exp $
|
|
|
|
DISTNAME= maradns-2.0.16
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.maradns.org/download/2.0/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ddeus.pkgsrc@mailnull.com
|
|
HOMEPAGE= http://www.maradns.org/
|
|
COMMENT= Secure DNS server for *NIX systems
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_TOOLS+= awk:build
|
|
|
|
HAS_CONFIGURE= yes
|
|
PTHREAD_OPTS+= require
|
|
PTHREAD_AUTO_VARS= yes
|
|
MAKE_ENV+= LANGUAGE="en"
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 \
|
|
${PKGMANDIR}/man8 sbin share/examples
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
|
|
|
SUBST_CLASSES+= sysconf
|
|
SUBST_STAGE.sysconf= pre-configure
|
|
SUBST_VARS.sysconf= PKG_SYSCONFDIR
|
|
SUBST_FILES.sysconf= parse/ParseMaraRc.c MaraDns.h deadwood-3.2.09/src/DwMain.c
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/share/doc/maradns && ${MV} examples ../../examples/maradns
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|