2000-11-17 23:08:15 +00:00
|
|
|
# New ports collection makefile for: totd
|
|
|
|
# Date created: 17 Nov 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= totd
|
2002-03-19 04:17:23 +00:00
|
|
|
PORTVERSION= 1.3
|
2002-11-03 16:20:24 +00:00
|
|
|
PORTREVISION= 3
|
2000-11-17 23:08:15 +00:00
|
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
|
|
|
|
2002-08-24 03:31:43 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
|
2000-11-17 23:08:15 +00:00
|
|
|
|
2001-05-20 13:35:31 +00:00
|
|
|
MAN8= totd.8
|
|
|
|
|
2000-11-17 23:08:15 +00:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc
|
2002-11-03 15:51:39 +00:00
|
|
|
@${SED} 's@%PREFIX%@${LOCALBASE}@g' ${FILESDIR}/totd.sh > ${PREFIX}/etc/rc.d/totd.sh
|
|
|
|
@${CHMOD} +x ${PREFIX}/etc/rc.d/totd.sh
|
2000-11-17 23:08:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|