2013-09-20 18:31:57 +02:00
|
|
|
# Created by: Clement Laforet <clement@FreeBSD.org>
|
2004-01-14 13:47:13 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dnsproxy
|
2010-01-27 09:44:43 +01:00
|
|
|
PORTVERSION= 1.16
|
2004-01-14 13:47:13 +01:00
|
|
|
CATEGORIES= dns
|
|
|
|
MASTER_SITES= http://www.wolfermann.org/
|
|
|
|
|
2008-06-24 09:11:00 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-10-07 00:19:27 +02:00
|
|
|
COMMENT= proxy for DNS queries
|
2004-01-14 13:47:13 +01:00
|
|
|
|
2010-01-27 09:44:43 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.so:${PORTSDIR}/devel/libevent
|
|
|
|
|
2005-07-26 15:06:07 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-14 13:47:13 +01:00
|
|
|
|
2007-12-12 09:48:31 +01:00
|
|
|
USE_RC_SUBR= dnsproxy
|
|
|
|
|
2014-02-17 14:32:26 +01:00
|
|
|
PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample \
|
|
|
|
man/man1/dnsproxy.1.gz
|
2010-01-27 09:44:43 +01:00
|
|
|
|
2007-12-12 09:48:31 +01:00
|
|
|
SUB_FILES= pkg-message
|
2007-12-13 14:34:47 +01:00
|
|
|
PLIST_DIRS= %%ETCDIR%%
|
2004-01-14 13:47:13 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-02-17 14:32:26 +01:00
|
|
|
${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
|
2004-01-14 13:47:13 +01:00
|
|
|
|
2014-02-17 14:32:26 +01:00
|
|
|
.include <bsd.port.mk>
|