diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-02-09 16:06:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-02-09 16:06:25 +0000 |
commit | beb4e272158f74067a0e238411e2871ba0e8f87f (patch) | |
tree | 47bedcd2c2ae3aa981152b05a0d84d6d7450144b /x11-toolkits/fltk-devel | |
parent | 1a7a789fc9f2bb1b65ebe7554d63bd74740eb85c (diff) | |
download | ports-beb4e272158f74067a0e238411e2871ba0e8f87f.tar.gz ports-beb4e272158f74067a0e238411e2871ba0e8f87f.zip |
Notes
Diffstat (limited to 'x11-toolkits/fltk-devel')
-rw-r--r-- | x11-toolkits/fltk-devel/pkg-descr | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/fltk-devel/pkg-descr b/x11-toolkits/fltk-devel/pkg-descr index 9353d3d85be2..67dd433ac249 100644 --- a/x11-toolkits/fltk-devel/pkg-descr +++ b/x11-toolkits/fltk-devel/pkg-descr @@ -1,8 +1,13 @@ The Fast Light ToolKit ("FLTK", pronounced "fulltick") is a LGPL'd C++ -graphical user interface for X. +graphical user interface for X11. + FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. +FLTK is designed to be small and modular enough to be statically linked, +but works fine as a shared library. FLTK also includes an excellent UI +builder called FLUID that can be used to create applications in minutes. + This port tracks the development snapshot releases of FLTK. WWW: http://www.fltk.org/ |