summaryrefslogtreecommitdiff
path: root/lang/mono2/options.mk
blob: 4f22ae5cade552d3981af64a5238c5cd4989d7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: options.mk,v 1.1 2013/06/17 12:43:28 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.mono
PKG_SUPPORTED_OPTIONS=	moonlight
# PKG_SUGGESTED_OPTIONS=	moonlight

.include "../../mk/bsd.options.mk"

PLIST_VARS+=		moon

.if !empty(PKG_OPTIONS:Mmoonlight)
PLIST.moon=	yes
CONFIGURE_ARGS+=	--with-moonlight=yes
.else
CONFIGURE_ARGS+=	--with-moonlight=no
.endif