d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 lines
488 B
Makefile
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?= 3
|
|
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"
|