Add options.mk for emacs-w3m-snapshot.
This commit is contained in:
parent
6ee1b5ca4a
commit
16dcd7346f
1 changed files with 12 additions and 0 deletions
12
www/emacs-w3m-snapshot/options.mk
Normal file
12
www/emacs-w3m-snapshot/options.mk
Normal file
|
@ -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
|
Loading…
Reference in a new issue