freebsd-ports/dns/pdnsd/Makefile
Kevin Lo cd4226f92a - Update to version 1.1.1
- Better ${PREFIX} handling

PR: 24626
Submitted by: MAINTAINER
2001-01-28 07:51:34 +00:00

27 lines
579 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.1
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
@${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>