diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-08-07 23:55:13 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-08-07 23:55:13 +0000 |
commit | d9d2a639ed0385f3901981a3e36ba84071dd80c5 (patch) | |
tree | 5758e74f421dc41c6571ea9944f0f7ce179e2feb /emulators/Makefile | |
parent | 90342d84164f18b140bbf732a8271433fcc6704b (diff) |
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>
Notes
Notes:
svn path=/head/; revision=302265
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 79df10b1c634..b8466c119f62 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -193,6 +193,7 @@ SUBDIR += wine-doors SUBDIR += wine-gecko SUBDIR += wine-gecko-devel + SUBDIR += wine-mono SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += xbraitenberg |