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. This new ports provides such a build. PR: 169747 Submitted by: David Naylor <naylor.b.david@gmail.com>
This commit is contained in:
parent
90342d8416
commit
d9d2a639ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302265
4 changed files with 38 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
|||
SUBDIR += wine-doors
|
||||
SUBDIR += wine-gecko
|
||||
SUBDIR += wine-gecko-devel
|
||||
SUBDIR += wine-mono
|
||||
SUBDIR += wxmupen64plus
|
||||
SUBDIR += x48
|
||||
SUBDIR += xbraitenberg
|
||||
|
|
31
emulators/wine-mono/Makefile
Normal file
31
emulators/wine-mono/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: wine-mono-devel
|
||||
# Date created: 2012-08-08
|
||||
# Whom: David Naylor <naylor.b.david@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine-mono
|
||||
DISTVERSION= 0.0.4
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/wine/Wine%20Mono/${DISTVERSION}
|
||||
EXTRACT_SUFX= .msi
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= naylor.b.david@gmail.com
|
||||
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} ${DATADIR}/mono
|
||||
${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \
|
||||
${DATADIR}/mono
|
||||
|
||||
.include <bsd.port.mk>
|
2
emulators/wine-mono/distinfo
Normal file
2
emulators/wine-mono/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (wine-mono-0.0.4.msi) = 15d8a612cdeca4eff3137353f29fdeb7a99e055cd633844c91cd00e0186b8882
|
||||
SIZE (wine-mono-0.0.4.msi) = 44408320
|
4
emulators/wine-mono/pkg-descr
Normal file
4
emulators/wine-mono/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue