mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
4e3da8e744
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.
21 lines
458 B
Makefile
21 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"
|