openbsd-ports/graphics/libwmf/Makefile

49 lines
1.1 KiB
Makefile
Raw Normal View History

2007-04-08 12:33:41 -04:00
# $OpenBSD: Makefile,v 1.14 2007/04/08 16:33:42 sturm Exp $
COMMENT= "WMF handling and conversion library"
2005-05-16 15:22:16 -04:00
DISTNAME= libwmf-0.2.8.3
2007-04-08 12:33:41 -04:00
PKGNAME= ${DISTNAME}p3
SHARED_LIBS= wmf 8.0 \
wmf-0.2 8.0 \
wmflite 7.1 \
wmflite-0.2 7.1
2005-12-26 16:34:09 -05:00
CATEGORIES= graphics devel
2005-05-16 15:22:16 -04:00
HOMEPAGE= http://wvware.sf.net/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-04-08 12:33:41 -04:00
WANTLIB= ICE SM X11 Xau Xdmcp c freetype m z
2005-05-16 15:22:16 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
MODULES= converters/libiconv
LIB_DEPENDS= xml2::textproc/libxml \
2006-08-03 08:53:18 -04:00
jpeg.>=62::graphics/jpeg \
png.>=2::graphics/png
2005-05-16 15:22:16 -04:00
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.54
2005-05-16 15:22:16 -04:00
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static \
--with-png=${LOCALBASE} \
--with-freetype=${X11BASE} \
--with-jpeg=${LOCALBASE} \
--with-zlib=/usr \
--without-expat \
--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts/ \
--disable-gd
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
PKG_CONFIG="/usr/bin/false"
USE_X11= Yes
2005-12-26 16:34:09 -05:00
USE_LIBTOOL= Yes
.include <bsd.port.mk>