the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: madeline2
Version: 2.0.99
Revision: 1
Description: Pedigree drawing engine
DescDetail: <<
The Madeline 2.0 Pedigree Drawing Engine is a pedigree drawing program
designed to handle large and complex pedigrees with an emphasis on
readability and aesthetics.
<<
DescUsage: Please see the homepage for usage information.
DescPackaging: <<
Tarball made from revision 99 from svn repo at
https://madeline2.svn.sourceforge.net/svnroot/madeline2/madeline2/trunk
<<
License: GPL2
Maintainer: Daniel Johnson
Homepage: http://eyegene.ophthy.med.umich.edu/madeline/index.php
Source: http://dl.dropbox.com/u/9988666/%n-%v.tar.bz2
Source-MD5: 1a232a467c7ef9cc0738553c5305ca33
# Note that it will build API docs if doxygen is installed but doesn't
# install them so the .deb doesn't change. Just ignore the dependency.
BuildDepends: <<
bzip2-dev,
cmake,
gettext-tools,
libcurl4,
libgettext8-dev,
libxml2,
pkgconfig,
system-openssl-dev
<<
Depends: <<
bzip2-shlibs,
libcurl4-shlibs,
libgettext8-shlibs,
libxml2-shlibs
<<
# Need to jump through many hoops to get cmake to use the right openssl.
# And why can't I set CMAKE_PREFIX_PATH to multiple paths? Stupid cmake.
CompileScript: <<
cmake -DCMAKE_PREFIX_PATH:PATH=%p/lib/system-openssl \
-DCMAKE_CXX_FLAGS:STRING=-I%p/lib/system-openssl/include \
-DCMAKE_SYSTEM_PREFIX_PATH:PATH=%p \
-DCMAKE_INSTALL_PREFIX:PATH=%p .
make
<<
InstallScript: <<
make install DESTDIR=%d
# cmake leaves droppings all over the place. Clean them up. I hate cmake.
mkdir -p %i/share/doc/%n
mv %i/docs/* %i/share/doc/%n
rm -rf %i/docs
rm -rf %i/%p
<<