diff options
Diffstat (limited to 'emulators/vmware-tools5/Makefile')
-rw-r--r-- | emulators/vmware-tools5/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile deleted file mode 100644 index 6b376e402e01..000000000000 --- a/emulators/vmware-tools5/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 4.x, FreeBSD version) - -MASTERDIR= ${.CURDIR}/../vmware-guestd4 -DESCR= ${PKGDIR}/pkg-descr.tools -PLIST= ${PKGDIR}/pkg-plist.tools - -VMWARE_X_PORTS= YES - -.include "${MASTERDIR}/Makefile" |