diff options
author | se <se@FreeBSD.org> | 2016-02-18 21:24:14 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2016-02-18 21:24:14 +0800 |
commit | de07ed534ca5d2de76f071fdbe5a4506b3520cf9 (patch) | |
tree | dd579b6eb4a71d72653805131e581ea2e6166f72 /emulators/Makefile | |
parent | 3a08e8d5137407655f6a2b45695e9b158b3d9a29 (diff) | |
download | freebsd-ports-gnome-de07ed534ca5d2de76f071fdbe5a4506b3520cf9.tar.gz freebsd-ports-gnome-de07ed534ca5d2de76f071fdbe5a4506b3520cf9.tar.zst freebsd-ports-gnome-de07ed534ca5d2de76f071fdbe5a4506b3520cf9.zip |
This is the adaptation of PlayOnLinux to FreeBSD. The purpose of this
program is to simplify installation of MS Windows software to run under
the Windows emulator "Wine".
The name indicates, that the program was initially developed to support
easy installation of Windows games on Linux. The range of supported
applications has long been extended to cover a wide range of windows
applications including Microsoft Office.
PlayOnFreeBSD behaves significantly different than PlayOnLinux in a
number of aspects, e.g. which version of Wine to use (only a single
version is normally installed on FreeBSD, but PlayOnLinux tries to run
each Windows application in a Wine environment that has previously been
reported to give good results and installs missing Wine versions in the
user's home directory).
Reviewed by: antoine
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 15e0f9fc91f8..9254d53ad3e3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -111,6 +111,7 @@ SUBDIR += pcsxr SUBDIR += pearpc SUBDIR += pipelight + SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += py-gns3-converter SUBDIR += q4wine |