freebsd-ports/emulators/vmware-guestd6/pkg-plist.tools
Makoto Matsushita 709c163a91 More fix on X modules.
The X server modules (display driver and mouse driver) bundled with
VMware Tools doesn't work with X.Org 7.2 server.  So install these
modules if and only if X is actually XFree86 4.x.

Also fix pkg-plist (sorry the last commit makes plist broken.)

Bump vmware-tools6 PORTREVISION to note the changes above.

For X.Org 7.2 users:
	x11-drivers/xf86-video-vmware is the video driver for VMs, that
	is installed by default.

	x11-drivers/xf86-input-vmmouse is the mouse driver for VMs.
	However, it doesn't need if vmware-toolbox runs.
2007-06-08 17:40:56 +00:00

9 lines
403 B
Text

bin/vmware-toolbox
bin/vmware-toolbox-tcl
%%INSTALLXGTKTOOL%%bin/vmware-toolbox-gtk
%%INSTALLXSERVER4%%etc/XF86Config-4_VMware
%%INSTALLXMODULES%%lib/modules/drivers/vmware_drv.o_VMware
%%INSTALLXMODULES%%lib/modules/input/vmmouse_drv.o_VMware
@dirrmtry lib/modules/drivers
@dirrmtry lib/modules/input
@unexec if test -f %D/share/vmware-tools/tools.conf; then rm -f %D/share/vmware-tools/tools.conf; fi