freebsd-ports/emulators/vmware-tools6/Makefile
Makoto Matsushita b6473072be Introducing VMware Tools for VMware Workstation 6 beta 3.
As usual, all three ports are updated after repocoping from
version 5 ports (this is why this ports is 'committed,' not 'imported.')

Note to 7-current users: vmware-guestd and other binaries requires
libc.so.6 to work.  Since there is no misc/compat6x yet, this ports
is marked as 'IGNORE' if there is no libc.so.6.
2007-03-02 14:53:53 +00:00

21 lines
489 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?= 0
MASTER_SITES= # bundled with VMware Workstation
PKGNAMESUFFIX?= -tools
COMMENT=VMware Tools for guest OS (VMware Workstation 6.x, FreeBSD version)
MASTERDIR= ${.CURDIR}/../vmware-guestd6
DESCR= ${PKGDIR}/pkg-descr.tools
PLIST= ${PKGDIR}/pkg-plist.tools
VMWARE_X_PORTS= YES
.include "${MASTERDIR}/Makefile"