blob: 975e57444c435501584b940b6034545e643c3c3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: VMware tools for FreeBSD
# Date created: 10 Aug 2000
# Whom: matusita@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= vmware
PORTREVISION?= 2
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"
|