summaryrefslogtreecommitdiff
path: root/emulators/vmware_xf4mod
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-03-08 02:39:27 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-03-08 02:39:27 +0000
commit795040ea510037bc758465e4d12951a28791591e (patch)
tree9964a870c46798ca3042bd20a859adc4413f18b4 /emulators/vmware_xf4mod
parentTweak to catch missing directories from the Makefiles in the various (diff)
Add port for VMware XF86 4.x driver module. Allows you to use XFree86 4.x
in a vmware guest.
Notes
Notes: svn path=/head/; revision=39223
Diffstat (limited to 'emulators/vmware_xf4mod')
-rw-r--r--emulators/vmware_xf4mod/Makefile30
-rw-r--r--emulators/vmware_xf4mod/distinfo1
-rw-r--r--emulators/vmware_xf4mod/pkg-comment1
-rw-r--r--emulators/vmware_xf4mod/pkg-descr12
-rw-r--r--emulators/vmware_xf4mod/pkg-plist1
5 files changed, 45 insertions, 0 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile
new file mode 100644
index 000000000000..5c6331aa13aa
--- /dev/null
+++ b/emulators/vmware_xf4mod/Makefile
@@ -0,0 +1,30 @@
+# 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= nsayer@freebsd.org
+
+NO_WRKSUBDIR= yes
+
+NO_BUILD= yes
+
+USE_X_PREFIX= yes
+
+do-extract:
+ ${MKDIR} ${WRKSRC}
+ ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/modules/drivers
+
+.include <bsd.port.mk>
diff --git a/emulators/vmware_xf4mod/distinfo b/emulators/vmware_xf4mod/distinfo
new file mode 100644
index 000000000000..64d012d1ca1c
--- /dev/null
+++ b/emulators/vmware_xf4mod/distinfo
@@ -0,0 +1 @@
+MD5 (vmware_drv.o) = a18fceba15600f6192a685cd153ce038
diff --git a/emulators/vmware_xf4mod/pkg-comment b/emulators/vmware_xf4mod/pkg-comment
new file mode 100644
index 000000000000..957390931144
--- /dev/null
+++ b/emulators/vmware_xf4mod/pkg-comment
@@ -0,0 +1 @@
+A XFree86 4.x driver module for VMware guests
diff --git a/emulators/vmware_xf4mod/pkg-descr b/emulators/vmware_xf4mod/pkg-descr
new file mode 100644
index 000000000000..3b3038b15fc5
--- /dev/null
+++ b/emulators/vmware_xf4mod/pkg-descr
@@ -0,0 +1,12 @@
+This is the VMware module for XFree86 4.x. It should only be used inside of a
+VMWare guest as it refers only to the virtualized "hardware" available to
+an operating system running under VMware. Use the following in your XF86Config
+file:
+
+Section "Device"
+ Identifier "VMware SVGA"
+ Driver "vmware"
+ BusID "PCI:0:15:0"
+EndSection
+
+WWW: http://www.vmware.com/support/reference/common/guest_linux_xf864.html
diff --git a/emulators/vmware_xf4mod/pkg-plist b/emulators/vmware_xf4mod/pkg-plist
new file mode 100644
index 000000000000..d3099d57d4ad
--- /dev/null
+++ b/emulators/vmware_xf4mod/pkg-plist
@@ -0,0 +1 @@
+lib/modules/drivers/vmware_drv.o