2012-12-18 12:37:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libcdr
|
2013-05-20 00:32:47 +02:00
|
|
|
PORTVERSION= 0.0.14
|
2014-02-07 12:44:08 +01:00
|
|
|
PORTREVISION= 1
|
2012-12-18 12:37:35 +01:00
|
|
|
CATEGORIES= graphics devel
|
|
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
|
|
|
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
COMMENT= Library and tools for parsing Corel Draw file format
|
|
|
|
|
|
|
|
LICENSE= LGPL21 MPL GPLv2
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-04-26 01:43:56 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:${PORTSDIR}/devel/boost-libs
|
2013-10-04 15:46:58 +02:00
|
|
|
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \
|
|
|
|
libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
|
|
|
|
libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
|
|
|
|
liblcms2.so:${PORTSDIR}/graphics/lcms2
|
2012-12-18 12:37:35 +01:00
|
|
|
|
|
|
|
USE_XZ= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2013-02-02 01:52:49 +01:00
|
|
|
CONFIGURE_ARGS= --disable-werror --without-docs
|
2013-04-23 12:47:02 +02:00
|
|
|
USES= pathfix pkgconfig
|
2012-12-18 12:37:35 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2013-04-26 01:43:56 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2013-02-02 01:52:49 +01:00
|
|
|
CXXFLAGS+= -Wno-long-long
|
|
|
|
|
2012-12-18 12:37:35 +01:00
|
|
|
.include <bsd.port.mk>
|