mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@90536 d073be05-634f-4543-b044-5fe20cf6d1d6
22 lines
511 B
Plaintext
22 lines
511 B
Plaintext
description = "Bindings for OpenGL graphics engines"
|
|
version = "20120306"
|
|
archive(byte) = "lablgl.cma"
|
|
archive(native) = "lablgl.cmxa"
|
|
directory = "+lablgl"
|
|
|
|
package "togl" (
|
|
description = "OpenGL widget for labltk"
|
|
version = "20120306"
|
|
requires = "lablGL, labltk"
|
|
archive(byte) = "togl.cma"
|
|
archive(native) = "togl.cmxa"
|
|
)
|
|
|
|
package "glut" (
|
|
description = "Platform-independent OpenGL window"
|
|
version = "20120306"
|
|
requires = "lablGL"
|
|
archive(byte) = "lablglut.cma"
|
|
archive(native) = "lablglut.cmxa"
|
|
)
|