openbsd-ports/net/pdnsd/Makefile
merdely 241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00

42 lines
916 B
Makefile

# $OpenBSD: Makefile,v 1.13 2007/09/15 22:36:58 merdely Exp $
# Uses pthreads
COMMENT= threaded DNS daemon, optimized for caching
# archs that have pthreads library in
# good enough shape to run this app.
ONLY_FOR_ARCHS= i386
DISTNAME= pdnsd-1.2.5-par
PKGNAME= ${DISTNAME:S/-par//}
CATEGORIES= net
HOMEPAGE= http://www.phys.uu.nl/~rombouts/pdnsd/
WRKDIST= ${WRKDIR}/${DISTNAME:S/-par//}
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pthread
MASTER_SITES= ${HOMEPAGE}/releases/
NO_REGRESS= Yes
USE_GMAKE= yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-target=BSD \
--with-random-device=arc4random \
--enable-strict-rfc2181 \
--with-cachedir="/var/pdnsd" \
--with-default-id=_pdnsd
post-build:
@perl -pi -e "s,/usr/share/doc/,${PREFIX}/share/doc/," \
${WRKSRC}/doc/pdnsd.8.in
.include <bsd.port.mk>