diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-20 15:41:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-20 15:41:51 +0000 |
commit | fec27fdd6d46559888dd7f9a1fa43ed1a7a1569e (patch) | |
tree | 7a37381cc14275a1bcfae8f2086e097f54cfeded /emulators/vmware_xf4mod/Makefile | |
parent | - Remove as scheduled (diff) |
- Remove emulators/vmware_xf4mod.
description: A XFree86 4.x driver module for VMware guests
maintainer: ports@FreeBSD.org
status: IGNORE
deprecated because: This module is now part of XFree86 as of 4.1.0
expiration date: 2004-08-20
Diffstat (limited to 'emulators/vmware_xf4mod/Makefile')
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile deleted file mode 100644 index 758e05738fc3..000000000000 --- a/emulators/vmware_xf4mod/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Ports collection makefile for: vmware_xf4mod -# Date created: 7 Mar 2001 -# Whom: Nick Sayer <nsayer@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= vmware_xf4mod -PORTVERSION= 1.0 -CATEGORIES= emulators -MASTER_SITES= http://www.vmware.com/software/ -DISTNAME= vmware_drv.o -EXTRACT_SUFX= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= A XFree86 4.x driver module for VMware guests - -RUN_DEPENDS= XFree86:${X_SERVER_PORT} - -NO_WRKSUBDIR= yes - -NO_BUILD= yes - -PLIST_FILES= lib/modules/drivers/vmware_drv.o - -USE_X_PREFIX= yes - -ONLY_FOR_ARCHS= i386 - -RESTRICTED= "Not sure if we can redistribute it" -IGNORE= This module is now part of XFree86 as of 4.1.0 -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${IGNORE} - -do-extract: - ${MKDIR} ${WRKSRC} - # Nothing else - -do-install: - ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/lib/modules/drivers - -.include <bsd.port.mk> |