1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/dns/dnsproxy/Makefile
2021-06-30 14:02:52 +02:00

34 lines
744 B
Makefile

# Created by: Clement Laforet <clement@FreeBSD.org>
PORTNAME= dnsproxy
PORTVERSION= 1.17
PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= http://www.wolfermann.org/
MAINTAINER= krion@FreeBSD.org
COMMENT= Proxy for DNS queries
LICENSE= MIT
LIB_DEPENDS= libevent.so:devel/libevent
GNU_CONFIGURE= yes
USES= groff
USE_RC_SUBR= dnsproxy
PLIST_FILES= etc/${PORTNAME}/dnsproxy.conf.sample \
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}${MAN1PREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/dnsproxy.conf ${STAGEDIR}${ETCDIR}/dnsproxy.conf.sample
.include <bsd.port.mk>