summaryrefslogtreecommitdiff
path: root/www/emacs-w3m-snapshot/options.mk
blob: 547e33dd9ba9205e7b1c69a401125e0f096fed48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.2 2013/03/04 19:12:22 hiramatsu 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)
MAKE_ENV+=	EMACS-W3M-MEW=1
.include "../../mail/mew/buildlink3.mk"
PLIST.mew=	yes
.endif