diff options
author | se <se@FreeBSD.org> | 1995-10-07 08:26:31 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1995-10-07 08:26:31 +0800 |
commit | 12e4381ec8ec7154eef81a76afcde30a7f965168 (patch) | |
tree | e235aabf51b5e954cffc2c8e95b65b36a7ea06a1 /emulators | |
parent | aa9a8e0fc1c99f136327239dd683b9ab8e823ee6 (diff) | |
download | freebsd-ports-gnome-12e4381ec8ec7154eef81a76afcde30a7f965168.tar.gz freebsd-ports-gnome-12e4381ec8ec7154eef81a76afcde30a7f965168.tar.zst freebsd-ports-gnome-12e4381ec8ec7154eef81a76afcde30a7f965168.zip |
Package specific files for Wine port.
Reviewed by: hsu (Jeffrey Hsu)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-descr | 13 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 7 | ||||
-rw-r--r-- | emulators/wine/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/wine/pkg-descr | 13 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment new file mode 100644 index 000000000000..8cbee446dd91 --- /dev/null +++ b/emulators/wine-devel/pkg-comment @@ -0,0 +1 @@ +wine - MS-Windows 3.1 emulator for Unix (Alpha release) diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr new file mode 100644 index 000000000000..ed800df3a1cf --- /dev/null +++ b/emulators/wine-devel/pkg-descr @@ -0,0 +1,13 @@ +Wine is a Windows emulator running under Unix on i386 (and higher) CPUs. +It is still Alpha quality, i.e. don't expect it to run your typical large +MS-Windows application package, but it is definitely on its way ... + +To use Wine, your kernel must be rebuilt with the following line added +to your kernel config file (/sys/i386/conf/<YourMachine>): + +options USER_LDT + +Wine relies on the configuration file /usr/local/etc/wine.conf to +contain valid assignments of Unix directories to DOS drive letters, +and for certain other options (see "man wine" for details). +You will most probably have to to edit it, after the install ... diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist new file mode 100644 index 000000000000..5dd7a78c54bd --- /dev/null +++ b/emulators/wine-devel/pkg-plist @@ -0,0 +1,7 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/wine +etc/wine.conf +etc/wine.sym +man/man1/wine.1.gz diff --git a/emulators/wine/pkg-comment b/emulators/wine/pkg-comment new file mode 100644 index 000000000000..8cbee446dd91 --- /dev/null +++ b/emulators/wine/pkg-comment @@ -0,0 +1 @@ +wine - MS-Windows 3.1 emulator for Unix (Alpha release) diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr new file mode 100644 index 000000000000..ed800df3a1cf --- /dev/null +++ b/emulators/wine/pkg-descr @@ -0,0 +1,13 @@ +Wine is a Windows emulator running under Unix on i386 (and higher) CPUs. +It is still Alpha quality, i.e. don't expect it to run your typical large +MS-Windows application package, but it is definitely on its way ... + +To use Wine, your kernel must be rebuilt with the following line added +to your kernel config file (/sys/i386/conf/<YourMachine>): + +options USER_LDT + +Wine relies on the configuration file /usr/local/etc/wine.conf to +contain valid assignments of Unix directories to DOS drive letters, +and for certain other options (see "man wine" for details). +You will most probably have to to edit it, after the install ... diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist new file mode 100644 index 000000000000..5dd7a78c54bd --- /dev/null +++ b/emulators/wine/pkg-plist @@ -0,0 +1,7 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/wine +etc/wine.conf +etc/wine.sym +man/man1/wine.1.gz |