1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/dns/utdns/Makefile
2021-04-06 16:31:07 +02:00

26 lines
407 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= utdns
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
CATEGORIES= dns
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Proxy UDP/DNS to TCP/DNS
LICENSE= GPLv3
USES= autoreconf
USE_GITHUB= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
SUB_LIST= PORTNAME=${PORTNAME}
GH_ACCOUNT= rahra
CFLAGS+= -DSOCK_NONBLOCK=1
PLIST_FILES= bin/utdns
.include <bsd.port.mk>