blob: 5ed00ab55efc0c31af308250898eeec4e49511bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: options.mk,v 1.1.1.1 2009/08/05 22:23:57 minskim Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wl
PKG_SUPPORTED_OPTIONS= w3m
PKG_SUGGESTED_OPTIONS= w3m
.include "../../mk/bsd.options.mk"
PLIST_VARS+= w3m
.if !empty(PKG_OPTIONS:Mw3m)
.include "../../www/emacs-w3m-snapshot/buildlink3.mk"
PLIST.w3m= yes
.endif
|