2013-09-20 18:31:57 +02:00
|
|
|
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
2000-11-18 00:08:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= totd
|
2005-07-11 13:50:27 +02:00
|
|
|
PORTVERSION= 1.5.1
|
2006-04-12 15:28:00 +02:00
|
|
|
PORTREVISION= 1
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns ipv6
|
2000-11-18 00:08:15 +01:00
|
|
|
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
|
|
|
|
2008-06-20 09:18:30 +02:00
|
|
|
MAINTAINER= ed@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
|
2000-11-18 00:08:15 +01:00
|
|
|
|
2014-02-17 14:11:25 +01:00
|
|
|
USES= desthack uidfix
|
|
|
|
|
2015-04-05 22:50:42 +02:00
|
|
|
BROKEN= Unfetchable
|
2007-03-25 23:21:40 +02:00
|
|
|
USE_RC_SUBR= totd
|
2006-04-12 15:28:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-05-20 15:35:31 +02:00
|
|
|
|
2014-02-17 14:11:25 +01:00
|
|
|
PLIST_FILES= etc/totd.conf.sample sbin/totd \
|
|
|
|
man/man8/totd.8.gz
|
2000-11-18 00:08:15 +01:00
|
|
|
|
2005-09-15 01:34:28 +02:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ne_mesg.c \
|
|
|
|
${FILESDIR}/extra-patch-tcp_response.c
|
2006-04-12 15:28:00 +02:00
|
|
|
|
2014-02-17 14:11:25 +01:00
|
|
|
MAKE_ARGS= CC="${CC}"
|
|
|
|
|
2005-07-27 16:50:16 +02:00
|
|
|
post-patch:
|
2014-02-17 14:11:25 +01:00
|
|
|
${REINPLACE_CMD} -e 's/-o bin -g bin//g; s/-o root -g wheel//g' ${WRKSRC}/Makefile.in
|
2005-07-27 16:50:16 +02:00
|
|
|
|
2000-11-18 00:08:15 +01:00
|
|
|
post-install:
|
2014-02-17 14:11:25 +01:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${STAGEDIR}${PREFIX}/etc
|
2000-11-18 00:08:15 +01:00
|
|
|
|
2007-03-25 23:21:40 +02:00
|
|
|
.include <bsd.port.mk>
|