freebsd-ports/dns/totd/Makefile
Munechika SUMIKAWA dd0ca7d621 Upgrade to 1.4.
2003-09-25 21:38:34 +00:00

24 lines
618 B
Makefile

# New ports collection makefile for: totd
# Date created: 17 Nov 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= totd
PORTVERSION= 1.4
CATEGORIES= dns ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
MAINTAINER= ports@FreeBSD.org
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
MAN8= totd.8
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc
@${SED} 's@%PREFIX%@${LOCALBASE}@g' ${FILESDIR}/totd.sh > ${PREFIX}/etc/rc.d/totd.sh
@${CHMOD} +x ${PREFIX}/etc/rc.d/totd.sh
.include <bsd.port.mk>