[23805] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 22:03:53 PDT 2007


Revision: 23805
          http://trac.macosforge.org/projects/macports/changeset/23805
Author:   yves at macports.org
Date:     2007-04-09 22:03:52 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Move FLTK to aqua and fix a lot of things

Added Paths:
-----------
    trunk/dports/aqua/fltk/
    trunk/dports/aqua/fltk/Portfile

Removed Paths:
-------------
    trunk/dports/x11/fltk/

Added: trunk/dports/aqua/fltk/Portfile
===================================================================
--- trunk/dports/aqua/fltk/Portfile	                        (rev 0)
+++ trunk/dports/aqua/fltk/Portfile	2007-04-10 05:03:52 UTC (rev 23805)
@@ -0,0 +1,44 @@
+# $Id: Portfile 21859 2007-02-10 17:04:17Z rhwood at macports.org $
+
+PortSystem 1.0
+name            fltk
+version         1.1.7
+revision        1
+categories      aqua devel
+maintainers     nomaintainer at macports.org
+description     Fast Light Tool Kit
+homepage        http://www.fltk.org/
+platforms       macosx
+
+long_description \
+    FLTK (pronounced fulltick) \
+    is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), \
+    Microsoft Windows, and MacOS 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.
+
+master_sites    http://ftp.easysw.com/pub/fltk/1.1.7/
+use_bzip2       yes
+distfiles       ${name}-${version}-source${extract.suffix}
+checksums       md5 2e29319119adc9d63b2f26b72cae0a88
+
+depends_lib     port:jpeg port:libpng port:zlib
+
+post-patch {
+    reinplace "s|Application/|Applications/|g" \
+        ${worksrcpath}/fluid/Makefile
+    reinplace "s|/Applications|/Applications/MacPorts/${name}|g" \
+        ${worksrcpath}/fluid/Makefile \
+        ${worksrcpath}/test/Makefile
+}
+
+configure.args  --enable-threads \
+                --mandir=${prefix}/share/man
+
+destroot.target install install-desktop

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070409/e2975e73/attachment.html


More information about the macports-changes mailing list