aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware-tools2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Put NO_LATEST_LINK to previous versions of VMware Tools.matusita2004-02-061-0/+1
| | | | | | No content changes, no bumps. Noticed by: kris
* Fixup for package cluster building.matusita2003-05-041-0/+1
| | | | | | - Mark NO_PACKAGE since these ports require VMware itself. (and avoid using .ifdef(PACKAGE_BUILDING) also) - Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
* Cosmetic fixes for old VMware guest tools to sync with the latest one.matusita2003-04-191-1/+1
| | | | | | | | | * Update pkg-descr to point a new ports location. * Update RUN_DEPENDS to point a new ports location. * Sync COMMENT message to all versions. * Use INSTALL_PROGRAM instead of CP since it installs a program. * Wrap interactive-related script with .if !defined(BATCH) appropriately. * Unhide UMOUNT command and users will know what's happened.
* De-pkg-comment.matusita2003-02-221-0/+1
|
* After repocopying from ports/emulators/vmware-tools, this directorymatusita2002-05-111-63/+10
| | | | | | | | | | | 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.
* We can safely assume that vmware-guestd is already installed whilematusita2002-03-311-6/+1
| | | | | | do-install target is running. So use installed vmware-guestd to detach VMware Tools CD-ROM (same as ports/emulators/vmware-guestd/Makefile rev 1.3.) No content change will apply with this commit.
* Change my email address to the one of @FreeBSD.org.matusita2002-03-151-1/+1
| | | | Reviewed by: kuriyama
* Update for VMware 3.0.0 build 1455.matusita2001-11-111-14/+66
| | | | | | | - Extracts tarball from (pseudo) CD-ROM directly. - RUN_DEPENDS to vmware-guestd which is newly added. - Install XF86_VMware X server if and only if XFREE86_VERSION=3. - Some cosmetics.
* Add vmware-tools, VMware tools for FreeBSD guest OS (X Server only).knu2000-08-211-0/+42
PR: ports/20612 Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Modified by: knu