summaryrefslogtreecommitdiff
path: root/www/wwwoffle/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-22 23:00:37 +0000
committerwiz <wiz>2006-02-22 23:00:37 +0000
commite4acccb67c68fddd2ed87b6c65a9bbd4c631a42b (patch)
tree616789ac7108c66cb90e39fcc83954b35befc4d2 /www/wwwoffle/options.mk
parent8be59dd57213d54d82eccfc2b18e91310cf19fd8 (diff)
downloadpkgsrc-e4acccb67c68fddd2ed87b6c65a9bbd4c631a42b.tar.gz
Convert to options framework.
Diffstat (limited to 'www/wwwoffle/options.mk')
-rw-r--r--www/wwwoffle/options.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/wwwoffle/options.mk b/www/wwwoffle/options.mk
new file mode 100644
index 00000000000..953f0b2bb29
--- /dev/null
+++ b/www/wwwoffle/options.mk
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2006/02/22 23:00:37 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.wwwoffle
+PKG_SUPPORTED_OPTIONS= inet6
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+= --with-ipv6
+.endif