diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-02 22:21:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-02 22:21:18 +0000 |
commit | cb84dd326ba598d2a8924e4cb5e8a3644eb6f749 (patch) | |
tree | 6cead2ee4b0ca059779294f124d49dffe62a504b /chat/ircII/Makefile | |
parent | 3e573b02955fcc3665b6f3b56a1a2faace9d7fab (diff) | |
download | pkgsrc-cb84dd326ba598d2a8924e4cb5e8a3644eb6f749.tar.gz |
Convert to options framework.
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 36ce538ac54..59f82f8806f 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/04/11 21:45:04 tv Exp $ +# $NetBSD: Makefile,v 1.38 2005/06/02 22:21:18 wiz Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -28,24 +28,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER} .endif -BUILD_DEFS+= USE_INET6 - # Note: this pkg auto-detects IPv6 without regarding USE_INET6. -# (Leave the above line in to still get it into the README-IPv6.html!) +# (Leave the line in to still get it into the README-IPv6.html!) +BUILD_DEFS+= USE_INET6 PLIST_SRC= ${WRKDIR}/PLIST.tmp -BUILD_DEFS+= USE_SOCKS -# Include SOCKS firewall support -.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5) -. if ${USE_SOCKS} == 4 -. include "../../net/socks4/buildlink3.mk" -CONFIGURE_ARGS+= --with-socks4=${BUILDLINK_PREFIX.socks4} -. elif ${USE_SOCKS} == 5 -. include "../../net/socks5/buildlink3.mk" -CONFIGURE_ARGS+= --with-socks5=${BUILDLINK_PREFIX.socks5} -. endif -.endif +.include "options.mk" # Allow customizations from ${MAKECONF} CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS} |