Ticket #525: Portfile

File Portfile, 984 bytes (added by wmalik@…, 21 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name           fltk
5version        1.1.3
6categories     devel
7maintainers    waqar@opendarwin.org
8description    Fast Light Toolkit
9long_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.
14homepage       http://www.fltk.org/
15platforms      darwin
16distname       ${name}-${version}-source
17worksrcdir     ${name}-${version}
18master_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}/
22checksums      md5 7eb1de3085112dc2ff6bda20540cbe7b
23configure.args --enable-threads
24variant        x11 { configure.args-append --with-x }