diff options
author | David Naylor <dbn@FreeBSD.org> | 2014-01-03 15:45:04 +0800 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2014-01-03 15:45:04 +0800 |
commit | 7b8413b318b3e133199a4929e4000e9d23223909 (patch) | |
tree | 2541fc5e22b623d11ed46b3fe38949472881616a /emulators | |
parent | 0e73ce49e34a26f84611354bd73a3032633bb1b5 (diff) | |
download | freebsd-ports-gnome-7b8413b318b3e133199a4929e4000e9d23223909.tar.gz freebsd-ports-gnome-7b8413b318b3e133199a4929e4000e9d23223909.tar.zst freebsd-ports-gnome-7b8413b318b3e133199a4929e4000e9d23223909.zip |
Add emualtors/wine-mono-devel at version 4.5.2.
emulators/(i386-)wine-devel require a newer version of mono.
Reported by: Green Dog <fiziologus@gmail.com>
Approved by: gerald (maintainer: emulators/wine-devel, implicit)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/i386-wine-devel/Makefile.inc | 2 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-mono-devel/Makefile | 28 | ||||
-rw-r--r-- | emulators/wine-mono-devel/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine-mono-devel/pkg-descr | 4 |
6 files changed, 37 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 87de7550418f..54d701390a82 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -178,6 +178,7 @@ SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono + SUBDIR += wine-mono-devel SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += xbraitenberg diff --git a/emulators/i386-wine-devel/Makefile.inc b/emulators/i386-wine-devel/Makefile.inc index 59d320f8c733..c718511a1d46 100644 --- a/emulators/i386-wine-devel/Makefile.inc +++ b/emulators/i386-wine-devel/Makefile.inc @@ -40,7 +40,7 @@ USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USE_XZ= yes GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel # Included for OPSYS and OSVERSION .include <bsd.port.pre.mk> diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 43f2c617dab0..dcbc9f832ff5 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -73,7 +73,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel OPENAL_CONFIGURE_WITH= openal OPENAL_USES= openal diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile new file mode 100644 index 000000000000..053a1e28c785 --- /dev/null +++ b/emulators/wine-mono-devel/Makefile @@ -0,0 +1,28 @@ +# Created by: David Naylor <naylor.b.david@gmail.com> +# $FreeBSD$ + +PORTNAME= wine-mono +DISTVERSION= 4.5.2 +CATEGORIES= emulators +MASTER_SITES= SF/wine/Wine%20Mono/${DISTVERSION} +EXTRACT_SUFX= .msi +EXTRACT_ONLY= + +MAINTAINER= dbn@FreeBSD.org +COMMENT= Mono .NET implementation for Wine development branch (HTML support) + +LICENSE= MIT GPLv2 LGPL20 +LICENSE_COMB= multi + +NO_BUILD= yes +PLIST_SUB+= MONO_VERSION="${DISTVERSION}" +DATADIR= ${PREFIX}/share/wine +PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi +PLIST_DIRSTRY= %%DATADIR%%/mono %%DATADIR%% + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR}/mono + ${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \ + ${STAGEDIR}${DATADIR}/mono + +.include <bsd.port.mk> diff --git a/emulators/wine-mono-devel/distinfo b/emulators/wine-mono-devel/distinfo new file mode 100644 index 000000000000..7875f20c21c9 --- /dev/null +++ b/emulators/wine-mono-devel/distinfo @@ -0,0 +1,2 @@ +SHA256 (wine-mono-4.5.2.msi) = d9124edb41ba4418af10eba519dafb25ab4338c567d25ce0eb4ce1e1b4d7eaad +SIZE (wine-mono-4.5.2.msi) = 52502528 diff --git a/emulators/wine-mono-devel/pkg-descr b/emulators/wine-mono-devel/pkg-descr new file mode 100644 index 000000000000..74d69e7660a7 --- /dev/null +++ b/emulators/wine-mono-devel/pkg-descr @@ -0,0 +1,4 @@ +Mono is an Open Source and cross-platform implementation of the .NET +framework. Wine can use a Windows build of Mono to run .NET applications. + +WWW: http://wiki.winehq.org/Mono |