# -*- 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
maintainers {michaelld @michaelld} openmaintainer
description Fast Light Tool Kit
FLTK (pronounced fulltick) \
is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), \
Microsoft Windows, and Mac OS X. \
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.
homepage http://www.fltk.org/
livecheck.url ${homepage}
if {${subport} eq ${name}} {
long_description ${long_description} \
This port provides the release of FLTK, typically updated a few times a year.
# NOTE: when this release is updated fix the octave port to use it
master_sites http://fltk.org/pub/fltk/${version}/
worksrcdir ${name}-${version}
worksrcdir ${name}-${version}-${ver_bump}
distname ${worksrcdir}-source
checksums rmd160 06abc605fe4f27a8086c01c7d7941ea152132760 \
sha256 7fb2c8882433ce694e6900c94fda505e8f4ed3fa9c7e597007098a33b85c53f4
livecheck.regex "Stable Release.*?\n.*?VERSION=(\\d+(\\.\\d+)*)'"
long_description ${long_description} \
This port provides the snapshot released of FLTK, typically updated a few times a month.
checksums rmd160 c1aaf9fb4b96258f96776f49ef798f05fd6d7988 \