mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6d1cddcd9a
This way devel/libevent can be fixed too.
34 lines
715 B
Makefile
34 lines
715 B
Makefile
# New ports collection makefile for: dnsproxy
|
|
# Date created: 14 January 2004
|
|
# Whom: Clement Laforet <clement@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnsproxy
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.wolfermann.org/
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= A proxy for DNS queries
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= dnsproxy.1
|
|
PLIST_FILES= sbin/dnsproxy
|
|
|
|
.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
|
|
|
|
.include <bsd.port.post.mk>
|