1 | # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name fltk2 |
---|
7 | conflicts fltk \ |
---|
8 | fltk-devel |
---|
9 | version 2.0.x-alpha-r9166 |
---|
10 | categories aqua devel |
---|
11 | platforms darwin |
---|
12 | maintainers strasweb.fr:rudloff \ |
---|
13 | openmaintainer |
---|
14 | description Fast Light Tool Kit |
---|
15 | long_description \ |
---|
16 | FLTK (pronounced fulltick) \ |
---|
17 | is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), \ |
---|
18 | Microsoft Windows, and Mac OS X. \ |
---|
19 | FLTK provides modern GUI functionality without the bloat \ |
---|
20 | and supports 3D graphics via OpenGL and \ |
---|
21 | its built-in GLUT emulation. \ |
---|
22 | \ |
---|
23 | FLTK is designed to be small and modular enough to be \ |
---|
24 | statically linked, but works fine as a shared library. \ |
---|
25 | FLTK also includes an excellent UI builder called FLUID \ |
---|
26 | that can be used to create applications in minutes. |
---|
27 | |
---|
28 | homepage http://www.fltk.org/ |
---|
29 | license LGPL |
---|
30 | master_sites http://ftp.easysw.com/pub/fltk/snapshots/ |
---|
31 | distname fltk-${version} |
---|
32 | |
---|
33 | checksums sha1 74dd557607e676e0cf25636a193887fad8880c89 \ |
---|
34 | rmd160 059a17266a10dd1ade70994a12d02eb6ee22490e |
---|
35 | |
---|
36 | depends_lib port:jpeg \ |
---|
37 | port:libpng \ |
---|
38 | port:zlib |
---|