1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/dns/utdns/Makefile
Alexander Leidinger bda53c17a3 dns/utdns: Make rc.d script service jails ready
* Make rc.d script service jails ready
* While here portlint, portclippy, portfmt
2024-06-10 19:06:53 +02:00

27 lines
440 B
Makefile

PORTNAME= utdns
DISTVERSIONPREFIX= v
DISTVERSION= 1.1
PORTREVISION= 1
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
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= rahra
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
CFLAGS+= -DSOCK_NONBLOCK=1
SUB_LIST= PORTNAME=${PORTNAME}
PLIST_FILES= bin/utdns
.include <bsd.port.mk>