summaryrefslogtreecommitdiff
path: root/mail/libmilter812
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-08-01 14:54:33 +0000
committerwiz <wiz@pkgsrc.org>2005-08-01 14:54:33 +0000
commit4725013ee30d324336bd95b5358f7dc732104d36 (patch)
treec6a580e65e08faf42c727c1cf1d5d51da462b0bd /mail/libmilter812
parentff06b1ef371a27267e5a9c31039d834301e12f0d (diff)
downloadpkgsrc-4725013ee30d324336bd95b5358f7dc732104d36.tar.gz
Convert to options framework.
Diffstat (limited to 'mail/libmilter812')
-rw-r--r--mail/libmilter812/Makefile3
-rw-r--r--mail/libmilter812/options.mk13
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/libmilter812/Makefile b/mail/libmilter812/Makefile
index 062821f7db8..60980643eb8 100644
--- a/mail/libmilter812/Makefile
+++ b/mail/libmilter812/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/30 20:53:20 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2005/08/01 14:54:33 wiz Exp $
+.include "options.mk"
.include "../../mail/sendmail812/Makefile.common"
PKGNAME= libmilter-${DIST_VERS}
diff --git a/mail/libmilter812/options.mk b/mail/libmilter812/options.mk
new file mode 100644
index 00000000000..5d623733bd4
--- /dev/null
+++ b/mail/libmilter812/options.mk
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.1 2005/08/01 14:54:33 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.libmilter812
+# just needed for Makefile.common to work
+PKG_SUPPORTED_OPTIONS= inet6
+
+.include "../../mk/bsd.options.mk"
+
+###
+### IPv6 support.
+###
+.if !empty(PKG_OPTIONS:Minet6)
+.endif