freebsd-ports/dns/pdnsd/Makefile
Edwin Groothuis fa1ac61168 Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 04:54:37 +00:00

29 lines
672 B
Makefile

# New ports collection makefile for: pdnsd
# Date Created: 27 Oct 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= pdnsd
PORTVERSION= 1.1.7a
CATEGORIES= dns
MASTER_SITES= http://home.t-online.de/home/Moestl/
MAINTAINER= roman@xpert.com
COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
MAN8= pdnsd-ctl.8
PDNSDB= /var/db/pdnsd
post-install:
@${MKDIR} ${PREFIX}/etc/rc.d
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh
@${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>