mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5dad21d2cd
PR: 80436 Submitted by: Scot W. Hetzel
21 lines
458 B
Makefile
21 lines
458 B
Makefile
# New ports collection makefile for: VMware tools for FreeBSD
|
|
# Date created: 10 Aug 2000
|
|
# Whom: matusita@jp.FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vmware
|
|
MASTER_SITES= # bundled with VMware itself
|
|
PKGNAMESUFFIX?= -tools
|
|
|
|
COMMENT=VMware tools for guest OS (for VMware 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"
|