1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/dns/totd/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

33 lines
738 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
PORTNAME= totd
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://BSDforge.com/projects/source/dns/totd/
MAINTAINER= ed@FreeBSD.org
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
USES= desthack uidfix
USE_RC_SUBR= totd
GNU_CONFIGURE= yes
PLIST_FILES= etc/totd.conf.sample sbin/totd \
man/man8/totd.8.gz
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>