1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/print/libmspub/Makefile
2013-05-20 17:38:03 +00:00

29 lines
747 B
Makefile

# $FreeBSD$
PORTNAME= libmspub
PORTVERSION= 0.0.6
CATEGORIES= print graphics devel
MASTER_SITES= http://dev-www.libreoffice.org/src/
MAINTAINER= office@FreeBSD.org
COMMENT= Library and tools for parsing Microsoft Publisher file format
LICENSE= LGPL21 MPL GPLv2
LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu \
wpg-0.2:${PORTSDIR}/graphics/libwpg \
wpd-0.9:${PORTSDIR}/textproc/libwpd
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_XZ= yes
USES= pathfix pkgconfig
CONFIGURE_ARGS= --disable-werror --without-docs
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz"
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>