diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-05 04:51:00 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-05 04:51:00 +0800 |
commit | 8a5e54dca6e0d9860b1635c121d537e260b1eb2e (patch) | |
tree | 0919d8ce618c51c519163f08ef7253ce5ec85473 | |
parent | 3b537ed478b49a420aaa23bf4379cc0ce55c7313 (diff) | |
download | freebsd-ports-gnome-8a5e54dca6e0d9860b1635c121d537e260b1eb2e.tar.gz freebsd-ports-gnome-8a5e54dca6e0d9860b1635c121d537e260b1eb2e.tar.zst freebsd-ports-gnome-8a5e54dca6e0d9860b1635c121d537e260b1eb2e.zip |
Libraries to make use of glx aware Linux apps such as quake 3 arena.
Submitted by: Marc van Woerkom <3d@freebsd.org>
-rw-r--r-- | graphics/linux_glx/Makefile | 31 | ||||
-rw-r--r-- | graphics/linux_glx/distinfo | 1 | ||||
-rw-r--r-- | graphics/linux_glx/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/linux_glx/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/linux_glx/pkg-plist | 3 |
5 files changed, 44 insertions, 0 deletions
diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile new file mode 100644 index 000000000000..5e8161ddd8d7 --- /dev/null +++ b/graphics/linux_glx/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: linux_glx +# Version required: CVS +# Date created: 27 November 1999 +# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de> +# +# $FreeBSD$ +# + +DISTNAME= linux_glx-991127 +CATEGORIES= games +MASTER_SITES= http://www.freebsd.org/~3d/distfiles/glx/linux/ + +MAINTAINER= 3d@freebsd.org + +USE_BZIP2= yes +NO_BUILD= yes + +PREFIX= /compat/linux + +WRKSRC= ${WRKDIR}/linux_glx +# switch off stripping durin INSTALL_PROGRAM +STRIP= + +# NEVER EVER use plain INSTALL_PROGRAM on Linux binaries, +# as they get stripped! +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/libGL.so ${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/libGLU.so ${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/libglut.so ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/linux_glx/distinfo b/graphics/linux_glx/distinfo new file mode 100644 index 000000000000..244143c2908a --- /dev/null +++ b/graphics/linux_glx/distinfo @@ -0,0 +1 @@ +MD5 (linux_glx-991127.tar.bz2) = d6d0d52dceeab12013cdc76891fcf33d diff --git a/graphics/linux_glx/pkg-comment b/graphics/linux_glx/pkg-comment new file mode 100644 index 000000000000..2c1c876ca72b --- /dev/null +++ b/graphics/linux_glx/pkg-comment @@ -0,0 +1 @@ +libraries to make use of glx aware Linux apps diff --git a/graphics/linux_glx/pkg-descr b/graphics/linux_glx/pkg-descr new file mode 100644 index 000000000000..9b60bc4ff6d1 --- /dev/null +++ b/graphics/linux_glx/pkg-descr @@ -0,0 +1,8 @@ +libraries to make use of glx aware Linux apps + +created by Ralph Giles and Steve Reid + + +WWW: http://www.freebsd.org/~3d/distfiles/glx/linux + +Marc E E van Woerkom <3d@freebsd.org> diff --git a/graphics/linux_glx/pkg-plist b/graphics/linux_glx/pkg-plist new file mode 100644 index 000000000000..c2070a2991fb --- /dev/null +++ b/graphics/linux_glx/pkg-plist @@ -0,0 +1,3 @@ +lib/libGL.so +lib/libGLU.so +lib/libglut.so |