openbsd-ports/graphics/libwmf/Makefile
avsm fdf5152d53 initial import of libwmf-0.2.0
--
libwmf is a library to parse and convert WMF graphic files into
other formats.  Currently, there exist drivers for PNG, EPS, SVG
(the XML-based W3C format), FIG, Magick, and others.  The library
is actively under development as part of the wvWare project, to
convert WMF graphics embedded in Microsoft file formats into a form
viewable from a web-browser.
2001-07-13 15:28:15 +00:00

29 lines
750 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/07/13 15:28:15 avsm Exp $
COMMENT= "WMF handling and conversion library"
DISTNAME= libwmf-0.2.0
CATEGORIES= graphics devel
NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wvware
HOMEPAGE= http://www.wvware.com/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= xml2::textproc/libxml \
jpeg.62::graphics/jpeg \
png.2::graphics/png
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
CONFIGURE_ARGS+= --with-png=${LOCALBASE} --with-freetype=${X11BASE}
CONFIGURE_ARGS+= --with-jpeg=${LOCALBASE} --with-zlib=/usr
.include <bsd.port.mk>