1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name fltk |
---|
5 | version 1.1.3 |
---|
6 | categories devel |
---|
7 | maintainers waqar@opendarwin.org |
---|
8 | description Fast Light Toolkit |
---|
9 | long_description \ |
---|
10 | FLTK pronounced "fulltick" is a cross-platform C++ GUI toolkit \ |
---|
11 | for UNIX/Linux (X11), Microsoft Windows, and MacOSX. FLTK provides \ |
---|
12 | modern GUI functionality without the bloat and supports 3D \ |
---|
13 | graphics via OpenGL and its built-in GLUT emulation. |
---|
14 | homepage http://www.fltk.org/ |
---|
15 | platforms darwin |
---|
16 | distname ${name}-${version}-source |
---|
17 | worksrcdir ${name}-${version} |
---|
18 | master_sites ftp://ftp.easysw.com/pub/${name}/${version}/ \ |
---|
19 | ftp://ftp2.easysw.com/pub/${name}/${version}/ \ |
---|
20 | ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/${name}/${version}/ \ |
---|
21 | ftp://gd.tuwien.ac.at/hci/${name}/${version}/ |
---|
22 | checksums md5 7eb1de3085112dc2ff6bda20540cbe7b |
---|
23 | configure.args --enable-threads |
---|
24 | variant x11 { configure.args-append --with-x } |
---|