summaryrefslogtreecommitdiff
path: root/dns/dnsproxy/Makefile
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2010-01-27 08:44:43 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2010-01-27 08:44:43 +0000
commit3fa59a7fd44d9534a91c6398914ec16a9f678e73 (patch)
tree55bac409bb0e5ffaf717d11248b4c07d7788cf4a /dns/dnsproxy/Makefile
parentSanitize previous commit. (diff)
- Update to 1.16
- Removed useless patches PR: ports/143274 Submitted by: Sofian Brabez <sbrabez gmail.com>
Notes
Notes: svn path=/head/; revision=248663
Diffstat (limited to 'dns/dnsproxy/Makefile')
-rw-r--r--dns/dnsproxy/Makefile11
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