diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-02 19:48:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-02 19:48:18 +0000 |
commit | d0126a95fdba91092b808b3221d20fc7359dae6c (patch) | |
tree | 98e087498968e04bfdfe666feff73fe483cd5c5f /graphics/glide3 | |
parent | 1f9eddbe65139a98f511e522c8a7e19110232736 (diff) | |
download | ports-d0126a95fdba91092b808b3221d20fc7359dae6c.tar.gz ports-d0126a95fdba91092b808b3221d20fc7359dae6c.zip |
Notes
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 7 | ||||
-rw-r--r-- | graphics/glide3/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 4b0ee84e1899..4e38c2803e74 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -17,13 +17,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library to support 3dfx Voodoo3/4/5/Banshee with the DRI USE_BZIP2= yes -WRKSRC= ${WRKDIR}/Glide3 +USE_GMAKE= yes +USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= automake:14 autoconf:253 libtool:15 AUTOMAKE_ARGS= -a -USE_GMAKE= yes -USE_BZIP2= yes + MAKEFILE= makefile.autoconf +WRKSRC= ${WRKDIR}/Glide3 # This Glide3 does not work on alpha, and I don't expect it to work right # on other non-i386 without patches. Further development is going on in diff --git a/graphics/glide3/pkg-descr b/graphics/glide3/pkg-descr index 15df5c1b92a4..c802e12f1926 100644 --- a/graphics/glide3/pkg-descr +++ b/graphics/glide3/pkg-descr @@ -1,5 +1,5 @@ This library is used by the 3dfx DRI module (lib/modules/dri/tdfx_dri.so) to -provide 3d hardware accelerated OpenGL for 3dfx Voodoo3/4/5/Banshee cards. +provide 3D hardware accelerated OpenGL for 3dfx Voodoo3/4/5/Banshee cards. This does not support applications requiring the Glide library. WWW: http://glide.sourceforge.net/ |