diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-06 17:31:28 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-06 17:31:28 +0800 |
commit | 22af7bdbedab03cf3c0086128657aa1b4c3bcf02 (patch) | |
tree | 9234c626f45e89a6b335190074525e4a19b624c9 /dns | |
parent | 6b2318a65d3873bb2c6dc1691cb0cce4616541a8 (diff) | |
download | freebsd-ports-gnome-22af7bdbedab03cf3c0086128657aa1b4c3bcf02.tar.gz freebsd-ports-gnome-22af7bdbedab03cf3c0086128657aa1b4c3bcf02.tar.zst freebsd-ports-gnome-22af7bdbedab03cf3c0086128657aa1b4c3bcf02.zip |
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)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 82a54804dcec..055d52c4c633 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -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 |