# $Id: Portfile,v 1.5 2006/05/13 15:59:16 mww Exp $
PortSystem 1.0
name		libextractor
version		0.5.11
categories	devel
maintainers	darwinports@opendarwin.org
description	A library for extraction af meta-data.
long_description	libextractor is a library used to extract \
			meta-data from files of arbitrary type. It is \
			designed to use helper-libraries to perform the \
			actual extraction, and to be trivially \
			extendable by linking against external extractors \
			for additional file types.
homepage	http://gnunet.org/libextractor/
master_sites	http://gnunet.org/libextractor/download/
platforms	darwin
checksums	md5 ba67e55e20bff3fca9f7a5dbfea7d7ed
patchfiles	patch-wordextractor.c
depends_lib	port:bzip2 port:zlib port:gettext port:libiconv port:glib2
configure.args  --mandir=${prefix}/share/man \
		--with-libiconv-prefix=${prefix} \
		--with-libintl-prefix=${prefix}
configure.env   CPPFLAGS="-I${prefix}/include" \
		LDFLAGS="-L${prefix}/lib"
