summaryrefslogtreecommitdiffstats
path: root/print/libmspub/Makefile
blob: 517553ac73147156525b6994e662aa93482bc564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $FreeBSD$

PORTNAME=	libmspub
PORTVERSION=	0.0.5
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
USES=	pathfix pkgconfig
USE_LDCONFIG=	yes
USE_XZ=		yes

CONFIGURE_ARGS=	--disable-werror --without-docs
CONFIGURE_ENV=	ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz"
CPPFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>
OpenPOWER on IntegriCloud