diff options
Diffstat (limited to 'emulators/vmware-tools4')
-rw-r--r-- | emulators/vmware-tools4/Makefile | 42 | ||||
-rw-r--r-- | emulators/vmware-tools4/distinfo | 1 | ||||
-rw-r--r-- | emulators/vmware-tools4/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/vmware-tools4/pkg-descr | 14 | ||||
-rw-r--r-- | emulators/vmware-tools4/pkg-message | 5 | ||||
-rw-r--r-- | emulators/vmware-tools4/pkg-plist | 2 |
6 files changed, 0 insertions, 65 deletions
diff --git a/emulators/vmware-tools4/Makefile b/emulators/vmware-tools4/Makefile deleted file mode 100644 index e67f2d1f77ee..000000000000 --- a/emulators/vmware-tools4/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: VMware tools for FreeBSD -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= vmware-tools -PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -CATEGORIES= emulators -MASTER_SITES= ${AU_ONLY_SITES} \ - http://www4.vmware.com/software/ \ - http://vmware-svca.www.conxion.com/software/ \ - http://vmware-chil.www.conxion.com/software/ \ - http://vmware-heva.www.conxion.com/software/ \ - http://vmware.wespe.de/software/ \ - ftp://vmware.wespe.de/pub/software/ -DISTNAME= tools-for-freebsd-${BUILD_VER} - -MAINTAINER= matusita@jp.FreeBSD.org - -WRKSRC= ${WRKDIR}/vmware-freebsd-tools - -ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes -NO_BUILD= yes - -RESTRICTED= "Not sure if we can redistribute this." - -.if defined(AU_RESIDENT) && (${AU_RESIDENT} == YES) -AU_ONLY_SITES= ftp://mirror.aarnet.edu.au/pub/vmware/software/ -.endif - -VMWARE_VER= 2.0.2 -BUILD_VER= 307 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/XF86_VMware ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/XF86Config.dist ${PREFIX}/etc/XF86Config_VMware - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/emulators/vmware-tools4/distinfo b/emulators/vmware-tools4/distinfo deleted file mode 100644 index 57f4e3d4ab0e..000000000000 --- a/emulators/vmware-tools4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tools-for-freebsd-307.tar.gz) = c9e4b04abe26f7158003fa183bcfa48f diff --git a/emulators/vmware-tools4/pkg-comment b/emulators/vmware-tools4/pkg-comment deleted file mode 100644 index a92f060af645..000000000000 --- a/emulators/vmware-tools4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -VMware tools for FreeBSD guest OS (X Server only) diff --git a/emulators/vmware-tools4/pkg-descr b/emulators/vmware-tools4/pkg-descr deleted file mode 100644 index 7939544ab055..000000000000 --- a/emulators/vmware-tools4/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -VMware tools support FreeBSD _Guest_ OS running on VMware. Beware, -this port is _not_ for FreeBSD _Host_ OS. - -VMware tools for FreeBSD consist of vmware-toolbox which supports -seamless operation between the Host and the Guest OS, dual-boot -configulation files, and special X server for Guest OS. However, -vmware-toolbox for FreeBSD lacks some features that vmware-toolbox for -Linux has, and dual-boot configulation is broken because checkvm -doesn't work. - -So this port installs X server ONLY. If you want vmware-toolbox, -install emulators/linux-vmware-toolbox on your FreeBSD _Guest_ OS. - -WWW: http://www.vmware.com/download/downloadtools.html diff --git a/emulators/vmware-tools4/pkg-message b/emulators/vmware-tools4/pkg-message deleted file mode 100644 index 57a109cb8812..000000000000 --- a/emulators/vmware-tools4/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -XFree86 configulation file is in ${PREFIX}/etc/XF86Config_VMware. -Copy this file to /etc/XF86Config before starting X. - -This package does not contain vmware-toolbox. You need to install -emulators/linux-vmware-toolbox if you want it. diff --git a/emulators/vmware-tools4/pkg-plist b/emulators/vmware-tools4/pkg-plist deleted file mode 100644 index fd515f110692..000000000000 --- a/emulators/vmware-tools4/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/XF86_VMware -etc/XF86Config_VMware |