summaryrefslogtreecommitdiff
path: root/graphics/gle/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
|
* Use USE_REINPLACE.Maxim Sobolev2002-07-111-1/+2
|
* s/malloc.h/stdlib.h/Ying-Chieh Liao2001-11-091-0/+5
|
* Allow this port to actually compile on RELENG_4 and -current.Doug Barton2001-06-051-1/+1
|
* upgrade to 3.0.3Ying-Chieh Liao2001-05-231-2/+2
| | | | | | PR: 27546 Submitted by: root@canoe.homeip.net Approved by: maintainer
* Add new gle port.Maxim Sobolev2000-09-021-0/+31
GLE is a library of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. GLE uses the OpenGL(R) API to perform the actual rendering. PR: 20931 Submitted by: David Gilbert <dgilbert@velocet.ca>