2010-10-16 06:32:18 +02:00
|
|
|
# $NetBSD: options.mk,v 1.3 2010/10/16 04:32:18 kefren Exp $
|
2009-11-25 11:13:06 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mono
|
|
|
|
PKG_SUPPORTED_OPTIONS= moonlight
|
2010-07-31 10:40:37 +02:00
|
|
|
# PKG_SUGGESTED_OPTIONS= moonlight
|
2009-11-25 11:13:06 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
PLIST_VARS+= moon
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mmoonlight)
|
|
|
|
PLIST.moon= yes
|
2010-10-16 06:32:18 +02:00
|
|
|
CONFIGURE_ARGS+= --with-moonlight=yes
|
2009-11-25 11:13:06 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-moonlight=no
|
|
|
|
.endif
|