1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/dns/pdnsd/Makefile
James E. Housley 95f68a9247 New Port: net/pdns
pdnsd is a proxy dns server with permanent caching

PR:		22963
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-14 03:27:37 +00:00

26 lines
534 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.0b2
CATEGORIES= net
MASTER_SITES= http://home.t-online.de/home/Moestl/
MAINTAINER= roman@xpert.com
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
PDNSDB= /var/db/pdnsd
post-install:
@${MKDIR} ${PREFIX}/etc/rc.d
@${INSTALL} ${COPY} -m 744 -o root ${FILESDIR}/pdnsd.sh ${PREFIX}/etc/rc.d/pdnsd.sh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>