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:
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
31
graphics/linux_glx/Makefile
Normal file
31
graphics/linux_glx/Makefile
Normal 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>
|
1
graphics/linux_glx/distinfo
Normal file
1
graphics/linux_glx/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_glx-991127.tar.bz2) = d6d0d52dceeab12013cdc76891fcf33d
|
1
graphics/linux_glx/pkg-comment
Normal file
1
graphics/linux_glx/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
libraries to make use of glx aware Linux apps
|
8
graphics/linux_glx/pkg-descr
Normal file
8
graphics/linux_glx/pkg-descr
Normal 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>
|
3
graphics/linux_glx/pkg-plist
Normal file
3
graphics/linux_glx/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/libGL.so
|
||||
lib/libGLU.so
|
||||
lib/libglut.so
|
Loading…
Reference in a new issue