update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / wl-current / options.mk
1 # $NetBSD: options.mk,v 1.2 2008/04/12 22:43:04 jlam Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.wl
4 PKG_SUPPORTED_OPTIONS=  emacs-w3m-current
5 # note: emacs-w3m is not supported by wip/emacs-current
6
7 .include "../../mk/bsd.options.mk"
8
9 PLIST_VARS+=                    emacs-w3m-current
10
11 .if !empty(PKG_OPTIONS:Memacs-w3m-current)
12 .include "../../wip/emacs-w3m-current/buildlink3.mk"
13 PLIST.emacs-w3m-current=        yes
14 .endif