mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
e3a7ca28c8
Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
32 lines
744 B
Makefile
32 lines
744 B
Makefile
PORTNAME= totd
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= dns
|
|
MASTER_SITES= https://BSDforge.com/projects/source/dns/totd/
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
|
|
WWW= https://BSDforge.com/projects/dns/totd/
|
|
|
|
USES= desthack uidfix
|
|
|
|
USE_RC_SUBR= totd
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= "@sample etc/totd.conf.sample" \
|
|
share/man/man8/totd.8.gz \
|
|
sbin/totd
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ne_mesg.c \
|
|
${FILESDIR}/extra-patch-tcp_response.c
|
|
|
|
MAKE_ARGS= CC="${CC}"
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's/-o bin -g bin//g; s/-o root -g wheel//g' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${STAGEDIR}${PREFIX}/etc
|
|
|
|
.include <bsd.port.mk>
|