freebsd-ports/graphics/libcdr/Makefile

29 lines
620 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libcdr
2013-01-31 19:48:27 +01:00
PORTVERSION= 0.0.10
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 \
wpg-0.2:${PORTSDIR}/graphics/libwpg \
lcms2:${PORTSDIR}/graphics/lcms2
USE_XZ= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror --without-docs
USE_GNOME= gnomehack
USE_LDCONFIG= yes
USE_PKGCONFIG= build
CXXFLAGS+= -Wno-long-long
.include <bsd.port.mk>