Ticket #29664: Portfile.2

File Portfile.2, 1.3 KB (added by rudloff@…, 12 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-r9166
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    74dd557607e676e0cf25636a193887fad8880c89 \
34                rmd160  059a17266a10dd1ade70994a12d02eb6ee22490e
35
36depends_lib     port:jpeg \
37                port:libpng \
38                port:zlib