1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/emulators/vmware-tools2/Makefile
Makoto Matsushita 611ac0b977 After repocopying from ports/emulators/vmware-tools, this directory
is switched back to VMware tools for VMware 2.x, with some minor changes
including:
	- MAINTAINER line should be an address of @FreeBSD.org since
	  I'm now a committer.
	- Update current MASTER_SITES listed in VMware's webpage at
	  http://www.vmware.com/download/
	- some minor typo fix, and add a comment that this is for
	  VMware 2.x.
2002-05-11 13:06:02 +00:00

37 lines
909 B
Makefile

# 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= 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@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."
VMWARE_VER= 2.0.4
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>