Commits
Michael Dickens authored 9b104fbd332
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name fltk |
6 6 | categories aqua devel |
7 7 | license LGPL |
8 8 | platforms macosx |
9 - | maintainers michaelld openmaintainer |
9 + | maintainers {michaelld @michaelld} openmaintainer |
10 10 | description Fast Light Tool Kit |
11 11 | |
12 12 | long_description \ |
13 13 | FLTK (pronounced fulltick) \ |
14 14 | is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), \ |
15 15 | Microsoft Windows, and Mac OS X. \ |
16 16 | FLTK provides modern GUI functionality without the bloat \ |
17 17 | and supports 3D graphics via OpenGL and \ |
18 18 | its built-in GLUT emulation. \ |
19 19 | FLTK is designed to be small and modular enough to be \ |