aboutsummaryrefslogtreecommitdiffstats
path: root/dns/utdns/Makefile
blob: 3c1092682cdcf2eb401c45863d454dc8bfb3607d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>