freebsd-ports/dns/utdns/Makefile
Emanuel Haupt 961d98f823 - Update to 1.1
- Move to GitHub
2018-07-11 07:57:42 +00:00

27 lines
419 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
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>