summaryrefslogtreecommitdiff
path: root/www/emacs-w3m-snapshot/options.mk
blob: 79c78d603d27e5b60b2bbe496e4478fbec423db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $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