summaryrefslogtreecommitdiff
path: root/dns/dnsproxy/Makefile
blob: f7d67792f6a4f507fc9b38a97ec00019679b7510 (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
27
28
29
30
31
32
PORTNAME=	dnsproxy
PORTVERSION=	1.17
PORTREVISION=	4
CATEGORIES=	dns
MASTER_SITES=	http://www.wolfermann.org/

MAINTAINER=	krion@FreeBSD.org
COMMENT=	Proxy for DNS queries
WWW=		https://www.wolfermann.org/dnsproxy.html

LICENSE=	MIT

LIB_DEPENDS=	libevent.so:devel/libevent

GNU_CONFIGURE=	yes

USES=		groff
USE_RC_SUBR=	dnsproxy

PLIST_FILES=	etc/${PORTNAME}/dnsproxy.conf.sample \
		share/man/man1/dnsproxy.1.gz \
		sbin/dnsproxy

SUB_FILES=	pkg-message

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${STAGEDIR}${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1
	@${MKDIR} ${STAGEDIR}${ETCDIR}
	${INSTALL_DATA} ${WRKSRC}/dnsproxy.conf ${STAGEDIR}${ETCDIR}/dnsproxy.conf.sample

.include <bsd.port.mk>