summaryrefslogtreecommitdiff
path: root/www/emacs-w3m-snapshot
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-08-07 15:35:10 +0000
committerminskim <minskim@pkgsrc.org>2009-08-07 15:35:10 +0000
commit16dcd7346fbe3a6864f8bb2c25c84bb110f2c38a (patch)
tree1bf8e3cde1e9a7e95eb16c2b6632a6c2722f918f /www/emacs-w3m-snapshot
parent6ee1b5ca4a505888c8e5aaae481d3a068f7b9789 (diff)
downloadpkgsrc-16dcd7346fbe3a6864f8bb2c25c84bb110f2c38a.tar.gz
Add options.mk for emacs-w3m-snapshot.
Diffstat (limited to 'www/emacs-w3m-snapshot')
-rw-r--r--www/emacs-w3m-snapshot/options.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/emacs-w3m-snapshot/options.mk b/www/emacs-w3m-snapshot/options.mk
new file mode 100644
index 00000000000..79c78d603d2
--- /dev/null
+++ b/www/emacs-w3m-snapshot/options.mk
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2009/08/07 15:35:10 minskim Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.emacs-w3m
+PKG_SUPPORTED_OPTIONS= emacs-w3m-mew
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= mew
+.if !empty(PKG_OPTIONS:Memacs-w3m-mew)
+.include "../../mail/mew/buildlink3.mk"
+PLIST.mew= yes
+.endif