2012-12-18 12:37:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libcdr
|
2013-01-31 19:48:27 +01:00
|
|
|
PORTVERSION= 0.0.10
|
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-02-01 23:53:14 +01:00
|
|
|
LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu \
|
|
|
|
wpd-0.9:${PORTSDIR}/textproc/libwpd \
|
2012-12-18 12:37:35 +01:00
|
|
|
wpg-0.2:${PORTSDIR}/graphics/libwpg \
|
|
|
|
lcms2:${PORTSDIR}/graphics/lcms2
|
|
|
|
|
|
|
|
USE_XZ= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2013-02-02 01:52:49 +01:00
|
|
|
CONFIGURE_ARGS= --disable-werror --without-docs
|
2012-12-18 12:37:35 +01:00
|
|
|
USE_GNOME= gnomehack
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_PKGCONFIG= build
|
|
|
|
|
2013-02-02 01:52:49 +01:00
|
|
|
CXXFLAGS+= -Wno-long-long
|
|
|
|
|
2012-12-18 12:37:35 +01:00
|
|
|
.include <bsd.port.mk>
|