pkgsrc/lang/mono2/options.mk
wiz 5760dc5fc4 Import mono-2.10.9nb3 as lang/mono2.
The Mono Project is an open development initiative sponsored by Ximian
that is working to develop an open source, Unix version of the Microsoft
.NET development platform.  Its objective is to enable Unix developers to
build and deploy cross-platform .NET Applications.  The project will
implement various technologies developed by Microsoft that have now been
submitted to the ECMA for standardization.

This package contains the major version 2 of mono.
2013-06-17 12:43:28 +00:00

16 lines
357 B
Makefile

# $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