# $Id: Portfile,v 1.6 2004/04/05 13:39:05 olegb Exp $ PortSystem 1.0 name scrollkeeper version 0.3.14 description An Open Document Cataloging Project. long_description ScrollKeeper is a cataloging system for \ documentation on open systems. It manages \ documentation metadata (as specified by \ the Open Source Metadata Framework (OMF) \ and provides a simple API to allow help \ browsers to find, sort, and search the \ document catalog. It will also be able \ to communicate with catalog servers on the \ Net to search for documents which are not \ on the local system. maintainers olegb@opendarwin.org categories textproc gnome platforms darwin homepage http://scrollkeeper.sourceforge.net/ master_sites gnome:sources/scrollkeeper/0.3 checksums md5 b175e582a6cec3e50a9de73a5bb7455a depends_lib lib:libX11.6:XFree86 lib:libxslt:libxslt \ lib:libiconv:libiconv lib:libxml2:libxml2 \ lib:libintl.3:gettext \ lib:libexpat:expat lib:libfontconfig:fontconfig \ lib:docbook-xml:docbook-xml lib:docbook-xsl:docbook-xsl depends_build bin:pkg-config:pkgconfig bin:intltool-extract:intltool use_bzip2 yes configure.args --mandir=${prefix}/share/man \ --with-xml-catalog=${prefix}/share/xml/docbook-xml/4.2/docbook.cat configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \ LDFLAGS="-lintl -L${prefix}/lib"