pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/emacs-w3m-snapshot Add options.mk for emacs-w3m-sn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8768193217a4
branches:  trunk
changeset: 397007:8768193217a4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Aug 07 15:35:10 2009 +0000

description:
Add options.mk for emacs-w3m-snapshot.

diffstat:

 www/emacs-w3m-snapshot/options.mk |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 262ac1fdd622 -r 8768193217a4 www/emacs-w3m-snapshot/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/emacs-w3m-snapshot/options.mk Fri Aug 07 15:35:10 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index