# $Id: Portfile,v 1.1 2003/05/19 01:53:01 jpm Exp $ PortSystem 1.0 name libwmf version 0.2.8 categories graphics maintainers blb@pobox.com description Library for converting WMF (Window Metafile Format) files long_description \ libwmf is a library for reading vector images in Microsoft's native Windows \ Metafile Format (WMF) and for either (a) displaying them in, e.g., an X \ window, or (b) converting them to more standard/open file formats. homepage http://wvware.sourceforge.net/libwmf.html master_sites http://us.dl.sourceforge.net/wvware/ \ http://eu.dl.sourceforge.net/wvware/ \ ftp://us.dl.sourceforge.net/pub/sourceforge/wvware \ ftp://ftp.kddlabs.co.jp/sourceforge/wvware \ ftp://ftp.chg.ru/pub/sourceforge/wvware platforms darwin checksums md5 269fb225cd44f40cc877fb6c63706112 depends_lib lib:libX11.6:XFree86 lib:libjpeg.62:jpeg lib:libpng.3:libpng \ lib:libfreetype.6:freetype lib:libxml2:libxml2 patchfiles patch-ltmain.sh configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" configure.args --enable-static=no --with-libxml2 --with-freetype=${prefix}