mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Libcdr is library providing ability to interpret and import Corel Draw drawings
into various applications
This commit is contained in:
parent
5e9ae8e7d9
commit
6e9a159736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309164
@ -451,6 +451,7 @@
|
||||
SUBDIR += libaux
|
||||
SUBDIR += libboard
|
||||
SUBDIR += libcaca
|
||||
SUBDIR += libcdr
|
||||
SUBDIR += libchamplain
|
||||
SUBDIR += libdmtx
|
||||
SUBDIR += libdrm
|
||||
|
25
graphics/libcdr/Makefile
Normal file
25
graphics/libcdr/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $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>
|
2
graphics/libcdr/distinfo
Normal file
2
graphics/libcdr/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libcdr-0.0.9.tar.xz) = 33a134b6474f5fe2cca797afb50a84f9f2cd247487fa3610a5e0b6530e4e0ded
|
||||
SIZE (libcdr-0.0.9.tar.xz) = 576088
|
4
graphics/libcdr/pkg-descr
Normal file
4
graphics/libcdr/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Library and tools providing ability to interpret and import Corel Draw drawings
|
||||
into various applications.
|
||||
|
||||
WWW: http://www.freedesktop.org/wiki/Software/libcdr/
|
15
graphics/libcdr/pkg-plist
Normal file
15
graphics/libcdr/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/cdr2raw
|
||||
bin/cdr2xhtml
|
||||
bin/cmx2raw
|
||||
bin/cmx2xhtml
|
||||
include/libcdr-0.0
|
||||
include/libcdr-0.0/libcdr
|
||||
include/libcdr-0.0/libcdr/CDRDocument.h
|
||||
include/libcdr-0.0/libcdr/CDRStringVector.h
|
||||
include/libcdr-0.0/libcdr/CMXDocument.h
|
||||
include/libcdr-0.0/libcdr/libcdr.h
|
||||
lib/libcdr-0.0.a
|
||||
lib/libcdr-0.0.la
|
||||
lib/libcdr-0.0.so
|
||||
lib/libcdr-0.0.so.0
|
||||
libdata/pkgconfig/libcdr-0.0.pc
|
Loading…
Reference in New Issue
Block a user