Libraries to make use of glx aware Linux apps such as quake 3 arena.

Submitted by:	Marc van Woerkom <3d@freebsd.org>
This commit is contained in:
Chris Piazza 1999-12-04 20:51:00 +00:00
parent 7a19dbf364
commit d29819a42f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23580
5 changed files with 44 additions and 0 deletions

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (linux_glx-991127.tar.bz2) = d6d0d52dceeab12013cdc76891fcf33d

View file

@ -0,0 +1 @@
libraries to make use of glx aware Linux apps

View file

@ -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>

View file

@ -0,0 +1,3 @@
lib/libGL.so
lib/libGLU.so
lib/libglut.so