freebsd-ports/graphics/libcdr/Makefile

31 lines
760 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libcdr
2013-05-20 00:32:47 +02:00
PORTVERSION= 0.0.14
PORTREVISION= 1
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
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
USE_XZ= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror --without-docs
2013-04-23 12:47:02 +02:00
USES= pathfix pkgconfig
USE_LDCONFIG= yes
2013-04-26 01:43:56 +02:00
CPPFLAGS+= -I${LOCALBASE}/include
CXXFLAGS+= -Wno-long-long
.include <bsd.port.mk>