summaryrefslogtreecommitdiff
path: root/chat/scrollz/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-02 21:21:12 +0000
committerwiz <wiz@pkgsrc.org>2005-06-02 21:21:12 +0000
commit7e2825108a948536d6089384b8dc97299b6298bd (patch)
tree14e8a43f672c135002009ff13f2da71c8bc70f84 /chat/scrollz/Makefile
parent4e25771a45400ae4ead9daaf13a18754336c87f3 (diff)
downloadpkgsrc-7e2825108a948536d6089384b8dc97299b6298bd.tar.gz
Convert to options framework.
Diffstat (limited to 'chat/scrollz/Makefile')
-rw-r--r--chat/scrollz/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/chat/scrollz/Makefile b/chat/scrollz/Makefile
index 32c7878a5ee..a810123bbe1 100644
--- a/chat/scrollz/Makefile
+++ b/chat/scrollz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:05 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/02 21:21:12 wiz Exp $
#
DISTNAME= ScrollZ-1.9
@@ -10,13 +10,14 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.scrollz.com/
COMMENT= Advanced IRC client based on ircII client
-BUILD_DEFS+= USE_INET6
-
GNU_CONFIGURE= yes
-.include "../../mk/bsd.prefs.mk"
+PKG_OPTIONS_VAR= PKG_OPTIONS.scrollz
+PKG_SUPPORTED_OPTIONS= inet6
+
+.include "../../mk/bsd.options.mk"
-.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
+.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.endif