Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / libcdr / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libcdr
4 PORTVERSION=    0.0.16
5 PORTREVISION=   1
6 CATEGORIES=     graphics devel
7 MASTER_SITES=   http://dev-www.libreoffice.org/src/
8
9 MAINTAINER=     office@FreeBSD.org
10 COMMENT=        Library and tools for parsing Corel Draw file format
11
12 LICENSE=        LGPL21 MPL GPLv2
13 LICENSE_COMB=   dual
14
15 BUILD_DEPENDS=  ${LOCALBASE}/include/boost/optional.hpp:${PORTSDIR}/devel/boost-libs
16 LIB_DEPENDS=    libicui18n.so:${PORTSDIR}/devel/icu \
17                 libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
18                 libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
19                 liblcms2.so:${PORTSDIR}/graphics/lcms2
20
21 GNU_CONFIGURE=  yes
22 CONFIGURE_ARGS= --disable-werror --without-docs
23 USES=   libtool pathfix pkgconfig tar:xz
24 USE_LDCONFIG=   yes
25 INSTALL_TARGET= install-strip
26
27 CPPFLAGS+=      -I${LOCALBASE}/include
28 CXXFLAGS+=      -Wno-long-long
29
30 .include <bsd.port.mk>