diff options
Diffstat (limited to 'dns/dnsproxy/Makefile')
-rw-r--r-- | dns/dnsproxy/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index 22211e7a7b7d..94292af3bd3d 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -6,30 +6,27 @@ # PORTNAME= dnsproxy -PORTVERSION= 1.15 -PORTREVISION= 2 +PORTVERSION= 1.16 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A proxy for DNS queries +BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.so:${PORTSDIR}/devel/libevent + GNU_CONFIGURE= yes USE_RC_SUBR= dnsproxy MAN1= dnsproxy.1 PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample + SUB_FILES= pkg-message PLIST_DIRS= %%ETCDIR%% .include <bsd.port.pre.mk> -pre-configure: -.if ${OSVERSION} > 700007 - ${RM} ${WRKSRC}/libevent/compat/sys/queue.h -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin @${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${MAN1PREFIX}/man/man1 |