12 lines
294 B
Makefile
12 lines
294 B
Makefile
# $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
|