diff options
author | maho <maho@FreeBSD.org> | 2007-09-29 07:48:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-09-29 07:48:53 +0800 |
commit | d055670a6ec6e12660e27824ca4a494e34c68a5e (patch) | |
tree | 201502a263b7742863e91c52f1f6e9d6b06d110b /graphics/Makefile | |
parent | 660c4c6e1e51128404e56fddc83bf089bb207869 (diff) | |
download | freebsd-ports-gnome-d055670a6ec6e12660e27824ca4a494e34c68a5e.tar.gz freebsd-ports-gnome-d055670a6ec6e12660e27824ca4a494e34c68a5e.tar.zst freebsd-ports-gnome-d055670a6ec6e12660e27824ca4a494e34c68a5e.zip |
f90gl is a public domain implementation of the official Fortran90
bindings for OpenGL. This implements the interface for OpenGL
1.2, GLU 1.2, GLUT 3.7, and several extensions.
WWW: http://math.nist.gov/f90gl/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 16c4d338acd1..df29cbeb3655 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -125,6 +125,7 @@ SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += f-spot + SUBDIR += f90gl SUBDIR += fbm SUBDIR += feh SUBDIR += ffff |