1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/graphics/libcdr/Makefile
2012-12-18 11:37:35 +00:00

26 lines
543 B
Makefile

# $FreeBSD$
PORTNAME= libcdr
PORTVERSION= 0.0.9
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
LIB_DEPENDS= 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
USE_GNOME= gnomehack
USE_LDCONFIG= yes
USE_PKGCONFIG= build
.include <bsd.port.mk>