diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-21 07:21:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-21 07:21:27 +0000 |
commit | c26e98a06144b1e6137d11f2cd619cf05f233c23 (patch) | |
tree | a2d8da796845f6c5e9584f3c79b3543642d9eb5d /emulators/vmware-tools3/Makefile | |
parent | Remove codecommander and activate latte (repo-copied because the name of the (diff) |
Add vmware-tools, VMware tools for FreeBSD guest OS (X Server only).
PR: ports/20612
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Modified by: knu
Notes
Notes:
svn path=/head/; revision=31807
Diffstat (limited to 'emulators/vmware-tools3/Makefile')
-rw-r--r-- | emulators/vmware-tools3/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile new file mode 100644 index 000000000000..e67f2d1f77ee --- /dev/null +++ b/emulators/vmware-tools3/Makefile @@ -0,0 +1,42 @@ +# 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> |