the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fltk
Version: 1.1.2
Revision: 1015
Maintainer: None
#
BuildDepends: libjpeg, libpng3
Depends: libjpeg-shlibs, libpng3-shlibs, macosx, fink-obsolete-packages
Conflicts: fltk-x11,fltk-x11-shlibs,fltk-aqua,fltk-aqua-shlibs
Replaces: fltk-x11,fltk-aqua
BuildDependsOnly: true
Source: mirror:sourceforge:fltk/fltk-%v-source.tar.bz2
SourceDirectory: %n-%v
Source-MD5: 5d3e96f253c737332cb6d45b6d7d9384
PatchScript: <<
mv Makefile Makefile.old
sed 's/src fluid test documentation/src fluid documentation/' < Makefile.old > Makefile
mv fltk-config.in fltk-config.in.old
sed 's: prefix=$optarg: prefix=$optarg ; includedir=${prefix}/include:' < fltk-config.in.old > fltk-config.in
mv fluid/Makefile fluid/Makefile.old
sed 's;$(bindir)/fltk-config;$(bindir)/fltk-config --prefix=$(prefix);' < fluid/Makefile.old > fluid/Makefile
mv src/Fl_Preferences.cxx src/Fl_Preferences.cxx.old
sed 's|Carbon.H|Carbon.h|g' < src/Fl_Preferences.cxx.old > src/Fl_Preferences.cxx
<<
ConfigureParams: --mandir=%p/share/man
SetCXXFLAGS: -I%p/include
GCC: 4.0
DocFiles: CHANGES COPYING CREDITS README README.mac
#
Description: GUI toolkit (Aqua graphics)-OBSOLETE-
DescPackaging: <<
Previous versions by Sylvain Cuaz.
Packages that depend on this one should be updated to use fltk-aqua
and fltk-aqua-shlibs instead.
<<
DescDetail: <<
FLTK (pronounced "fulltick") is a LGPL'd C++ graphical user
interface toolkit for OS X, UNIX, OpenGL, and WIN32 (Microsoft(R)
Windows(R) 95, 98, ME, NT 4.0, and 2000). It is currently maintained
by a small group of developers across the world with a central
repository on SourceForge.
This package provides the static (.a) form of the library only.
<<
Homepage: http://www.fltk.org/
License: LGPL