2000-08-21 09:21:27 +02:00
|
|
|
# New ports collection makefile for: VMware tools for FreeBSD
|
|
|
|
# Date created: 10 Aug 2000
|
|
|
|
# Whom: matusita@jp.FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-07-24 17:34:44 +02:00
|
|
|
PORTNAME= vmware
|
2003-04-21 18:19:57 +02:00
|
|
|
MASTER_SITES= # bundled with VMware itself
|
2003-07-24 17:34:44 +02:00
|
|
|
PKGNAMESUFFIX?= -tools
|
2000-08-21 09:21:27 +02:00
|
|
|
|
2003-04-19 09:09:04 +02:00
|
|
|
COMMENT=VMware tools for guest OS (for VMware 4.x, FreeBSD version)
|
2000-08-21 09:21:27 +02:00
|
|
|
|
2003-07-24 17:34:44 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../vmware-guestd4
|
|
|
|
DESCR= ${PKGDIR}/pkg-descr.tools
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.tools
|
2001-11-11 08:06:57 +01:00
|
|
|
|
2003-07-24 17:34:44 +02:00
|
|
|
VMWARE_X_PORTS= YES
|
2000-08-21 09:21:27 +02:00
|
|
|
|
2003-07-24 17:34:44 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|