summaryrefslogtreecommitdiff
path: root/converters/libcdr/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-22 17:47:42 +0000
committerwiz <wiz@pkgsrc.org>2012-04-22 17:47:42 +0000
commite2bafcd4f01775513053da5cc012c75403020cbc (patch)
treefd9b92e1fc28dc0578af2e6fc6b13efbc7e6f1cf /converters/libcdr/Makefile
parente2dba018de1da7a415eb1bd68f88758abfa55975 (diff)
downloadpkgsrc-e2bafcd4f01775513053da5cc012c75403020cbc.tar.gz
Initial import of libcdr-0.0.6 from wip, packaged by Francois Tigeot.
Libcdr is a library providing the ability to interpret and import Corel Draw drawings into various applications. You can find it being used in libreoffice.
Diffstat (limited to 'converters/libcdr/Makefile')
-rw-r--r--converters/libcdr/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/converters/libcdr/Makefile b/converters/libcdr/Makefile
new file mode 100644
index 00000000000..d968fb31d51
--- /dev/null
+++ b/converters/libcdr/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/04/22 17:47:42 wiz Exp $
+
+DISTNAME= libcdr-0.0.6
+CATEGORIES= converters
+MASTER_SITES= http://dev-www.libreoffice.org/src/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= ftigeot@wolfpond.org
+HOMEPAGE= http://www.freedesktop.org/wiki/Software/libcdr/
+COMMENT= Corel Draw file format importer library
+LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 OR gnu-gpl-v2
+
+BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-werror
+PKGCONFIG_OVERRIDE= libcdr-0.0.pc.in
+
+.include "../../converters/libwpd/buildlink3.mk"
+.include "../../converters/libwpg/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"