Unfortunately I no longer use dnsmasq, so I don't have a way to reliabily test

updates, so I therefore feel the best thing to do is resign as maintainer and
hope that another FreeBSD user who uses dnsmasq actively will take over as
maintainer. [1]

OPTIONify [2]

PR:		98584 [1]
Submitted by:	Steven Honson (former maintainer) [1]
		itetcu (me) [2]
Approved by:	lawrance (mentor, implicit)
This commit is contained in:
Ion-Mihai Tetcu 2006-06-06 09:31:28 +00:00
parent 96420a7e04
commit 54c631b2bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164582

View File

@ -1,6 +1,6 @@
# New ports collection makefile for: dnsmasq
# Date created: 1 June 2003
# Whom: Steven Honson <steven@honson.org>
# Whom: Steven Honson
#
# $FreeBSD$
#
@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
MAINTAINER= steven@honson.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight, easy to configure DNS forwarder and DHCP server
MAN8= dnsmasq.8
@ -25,6 +25,11 @@ USE_GETOPT_LONG=yes
USE_GMAKE= yes
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
OPTIONS= IPV6 "IPv6 support" on
OPTIONS+= DBUS "D_BUS support" off
.include <bsd.port.pre.mk>
.if defined(WITHOUT_IPV6)
CFLAGS+= -DNO_IPV6
.endif
@ -34,8 +39,6 @@ LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus
CFLAGS+= -DWITH_DBUS
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500037
USE_RC_SUBR= dnsmasq.sh
.else