b6473072be
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.
21 lines
489 B
Makefile
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"
|