# $Id: Portfile,v 1.1 2006/02/28 19:42:37 ben Exp $

PortSystem 	1.0
name		wv2
version		0.2.2
description	A library for reading Microsoft Word files.
long_description	${description}
maintainers	ben@opendarwin.org
categories	textproc
platforms	darwin 
homepage	wvware.sf.net
master_sites	sourceforge:wvware
distfiles	${name}-${version}.tar.bz2
checksums	md5 d05318852b6c599270c7e0376834c413
extract.cmd	bunzip2
depends_lib	port:pkgconfig port:glib2 port:libgsf
patch		{
		reinplace "s|-pedantic||g" ${worksrcpath}/configure
}
configure.args	--mandir=${prefix}/share/man 
