14 lines
363 B
Makefile
14 lines
363 B
Makefile
# $NetBSD: options.mk,v 1.1 2007/10/29 13:06:05 uebayasi Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.wl
|
|
PKG_SUPPORTED_OPTIONS= emacs-w3m
|
|
PKG_SUGGESTED_OPTIONS= emacs-w3m
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Memacs-w3m)
|
|
.include "../../www/emacs-w3m/buildlink3.mk"
|
|
PLIST_SUBST+= FOR_emacs_w3m=""
|
|
.else
|
|
PLIST_SUBST+= FOR_emacs_w3m="@comment "
|
|
.endif
|