841dfa0e7a
through PLIST_SUBST to the plist module.
13 lines
327 B
Makefile
13 lines
327 B
Makefile
# $NetBSD: options.mk,v 1.2 2008/04/12 22:43:04 jlam Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.wl
|
|
PKG_SUPPORTED_OPTIONS= emacs-w3m
|
|
PKG_SUGGESTED_OPTIONS= emacs-w3m
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= emacs-w3m
|
|
.if !empty(PKG_OPTIONS:Memacs-w3m)
|
|
.include "../../www/emacs-w3m/buildlink3.mk"
|
|
PLIST.emacs-w3m= yes
|
|
.endif
|