freebsd-ports/dns/utdns/Makefile

25 lines
423 B
Makefile
Raw Normal View History

PORTNAME= utdns
2018-07-11 09:57:42 +02:00
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
CATEGORIES= dns
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Proxy UDP/DNS to TCP/DNS
WWW= https://www.cypherpunk.at/2013/04/dnsudp-to-tcp-translator/
LICENSE= GPLv3
2018-07-11 09:57:42 +02:00
USES= autoreconf
USE_GITHUB= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
SUB_LIST= PORTNAME=${PORTNAME}
2018-07-11 09:57:42 +02:00
GH_ACCOUNT= rahra
CFLAGS+= -DSOCK_NONBLOCK=1
PLIST_FILES= bin/utdns
.include <bsd.port.mk>