freebsd-ports/emulators/vmware-tools6/Makefile
Makoto Matsushita 4e3da8e744 Update VMware Tools for 4.0.1 build-5289, the latest version of VMware
Workstation.

This commit makes vmware-tools4 a slave port of vmware-guestd4, since
both are made from the same tarball, and it would be easy to maintain.
Vmware-guestd4 also installs a kernel module named vmmemctl; you may
want to kldload(8) it with a shell script under rc.d/ directory.

VMware Workstation 4.0.1 does fix "jumping the pointer" bug (yeah, thanks
VMware developer team).  This means that you do not have to install
linux-vmware-toolbox4.  However, it can be used as it should be, I
do not disable and/or remove this port.
2003-07-24 15:34:44 +00:00

20 lines
458 B
Makefile

# New ports collection makefile for: VMware tools for FreeBSD
# Date created: 10 Aug 2000
# Whom: matusita@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= vmware
MASTER_SITES= # bundled with VMware itself
PKGNAMESUFFIX?= -tools
COMMENT=VMware tools for guest OS (for VMware 4.x, FreeBSD version)
MASTERDIR= ${.CURDIR}/../vmware-guestd4
DESCR= ${PKGDIR}/pkg-descr.tools
PLIST= ${PKGDIR}/pkg-plist.tools
VMWARE_X_PORTS= YES
.include "${MASTERDIR}/Makefile"