diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-07-17 10:32:22 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-07-17 10:32:22 +0000 |
commit | 7d5317153f5bd5f0011f95dbf0cb64d8f1a19f8a (patch) | |
tree | 69e448ad95f019c2fa8a25831fee4fa00efbf0ce /lang/mono/Makefile | |
parent | f734ecf8f7fc5877fba2f5a6059030d9c798baad (diff) |
Notes
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 45b2f4ed8cee..2243404f14f9 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mono -PORTVERSION= 2.4.2.1 +PORTVERSION= 2.4.2.2 CATEGORIES= lang MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ @@ -27,12 +27,10 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_ARGS= --program-transform-name=\'\' \ - --with-moonlinght=no \ - --with-preview=yes \ - --with-sigaltstack=no \ - --mandir=${PREFIX}/man MAKE_ARGS= EXTERNAL_MCS=false +USE_GETTEXT= yes + +OPTIONS= MOON "Enable Moonlight Profile (2.1 Alpha)" on # Set location for .wapi creation. MONO_SHARED_DIR=${WRKDIR} @@ -64,6 +62,14 @@ USE_FAM= yes MAKE_ARGS+= MONO_GENERIC_SHARING=none #https://bugzilla.novell.com/show_bug.cgi?id=434457 .endif +.if defined(WITH_MOON) && !defined(WITHOUT_MOON) +CONFIGURE_ARGS+= --with-moonlight +PLIST_SUB+= MOON="" +.else +CONFIGURE_ARGS+= --without-moonlight +PLIST_SUB+= MOON="@comment " +.endif + pre-everything:: @${CAT} ${PKGMESSAGE} |