freebsd-ports/emulators/vmware-tools6/Makefile
Makoto Matsushita a1f741f880 Fix some errors, including:
- Build fix when WITH_VMWARE_GTK is set.
- Reorder pkg-plist so that @unexec vmware-guestd.sh successfully done.
- Create directories for server modules, since xserver may not be installed.

Even though this makes no "installed" content change, but bump
PORTREVISION since pkg-plist/pkg-plist.tools are changed.

PR:		93100
Submitted by:	Scot Hetzel, swhetzel at gmail dotcom
2006-02-11 17:23:19 +00:00

21 lines
488 B
Makefile

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