Ticket #29664: Portfile

File Portfile, 1.3 KB (added by rudloff@…, 13 years ago)
Line 
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
4PortSystem      1.0
5
6name            fltk2
7conflicts       fltk \
8                fltk-devel
9version         2.0.x-alpha-r8744
10categories      aqua devel
11platforms       darwin
12maintainers     strasweb.fr:rudloff \
13                openmaintainer
14description     Fast Light Tool Kit
15long_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
28homepage        http://www.fltk.org/
29license         LGPL
30master_sites    http://ftp.easysw.com/pub/fltk/snapshots/
31distname        fltk-${version}
32
33checksums       sha1    e6ce95c1647f41ed8aa3f66c74f705e54854cf23 \
34                rmd160  a1444353df55af895c6ff170c1f1d8e1f13e03c3
35
36depends_lib     port:jpeg \
37                port:libpng \
38                port:zlib