openbsd-ports/graphics/libwmf/Makefile

28 lines
770 B
Makefile
Raw Normal View History

2002-09-11 20:58:51 -04:00
# $OpenBSD: Makefile,v 1.6 2002/09/12 00:58:51 naddy Exp $
COMMENT= "WMF handling and conversion library"
2002-09-08 07:55:35 -04:00
DISTNAME= libwmf-0.2.6
CATEGORIES= graphics devel
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=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
2002-04-28 12:30:52 -04:00
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
CONFIGURE_ARGS+= --with-png=${LOCALBASE} --with-freetype=${X11BASE}
CONFIGURE_ARGS+= --with-jpeg=${LOCALBASE} --with-zlib=/usr
2002-09-11 20:58:51 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng"
.include <bsd.port.mk>