2000-12-14 04:27:37 +01:00
|
|
|
# New ports collection makefile for: pdnsd
|
|
|
|
# Date Created: 27 Oct 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pdnsd
|
2002-01-18 19:33:36 +01:00
|
|
|
PORTVERSION= 1.1.7a
|
2000-12-14 04:27:37 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://home.t-online.de/home/Moestl/
|
|
|
|
|
|
|
|
MAINTAINER= roman@xpert.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server
|
2000-12-14 04:27:37 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
|
|
|
|
|
2001-06-05 14:54:56 +02:00
|
|
|
MAN8= pdnsd-ctl.8
|
|
|
|
|
2000-12-14 04:27:37 +01:00
|
|
|
PDNSDB= /var/db/pdnsd
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/etc/rc.d
|
2001-01-28 08:51:34 +01:00
|
|
|
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh
|
|
|
|
@${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh
|
2000-12-14 04:27:37 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|