1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name yorick-gl |
---|
6 | cvs.date 20100504 |
---|
7 | version 1.1.0.cvs${cvs.date} |
---|
8 | categories science |
---|
9 | maintainers users.sourceforge.net:paumard |
---|
10 | description OpenGL 3D graphics support for the Yorick language |
---|
11 | long_description This is a compiled add-on for yorick (an interpreted \ |
---|
12 | computer language specialized for numerical and \ |
---|
13 | scientific problems). Yorick-gl adds support for OpenGL \ |
---|
14 | 3D graphics. |
---|
15 | homepage http://maumae.net/yorick/doc/plugins.php |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | depends_lib port:yorick lib:libGL:mesa lib:libXext:xorg-libXext |
---|
19 | |
---|
20 | fetch.type cvs |
---|
21 | cvs.root :pserver:anonymous@yorick.cvs.sourceforge.net:/cvsroot/yorick |
---|
22 | cvs.module ${name} |
---|
23 | |
---|
24 | worksrcdir ${name} |
---|
25 | |
---|
26 | configure.pre_args --yorick=${prefix}/bin/yorick |
---|