diff --git a/graphics/Makefile b/graphics/Makefile index dabd335ac69d..20616d679757 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -542,6 +542,7 @@ SUBDIR += libwmf-nox11 SUBDIR += libwpg03 SUBDIR += libyuv + SUBDIR += libzmf SUBDIR += lightzone SUBDIR += linplasma SUBDIR += linux-adobesvg diff --git a/graphics/libzmf/Makefile b/graphics/libzmf/Makefile new file mode 100644 index 000000000000..9bf304c8096e --- /dev/null +++ b/graphics/libzmf/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libzmf +PORTVERSION= 0.0.1 +CATEGORIES= graphics +MASTER_SITES= LODEV + +MAINTAINER= office@FreeBSD.org +COMMENT= Library that parses the file format of Zoner Callisto/Draw documents + +LICENSE= MPL +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs +LIB_DEPENDS= libicui18n.so:devel/icu \ + libpng.so:graphics/png \ + librevenge-0.0.so:textproc/librevenge + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz + +CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs +CPPFLAGS+= -I${LOCALBASE}/include + +.include diff --git a/graphics/libzmf/distinfo b/graphics/libzmf/distinfo new file mode 100644 index 000000000000..9784108f675b --- /dev/null +++ b/graphics/libzmf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1495051161 +SHA256 (libzmf-0.0.1.tar.xz) = eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a +SIZE (libzmf-0.0.1.tar.xz) = 315060 diff --git a/graphics/libzmf/pkg-descr b/graphics/libzmf/pkg-descr new file mode 100644 index 000000000000..a8c2e71d0d82 --- /dev/null +++ b/graphics/libzmf/pkg-descr @@ -0,0 +1,4 @@ +Libzmf is a library that parses the file format of Zoner Callisto/Draw +documents. + +WWW: https://wiki.documentfoundation.org/DLP/Libraries/libzmf diff --git a/graphics/libzmf/pkg-plist b/graphics/libzmf/pkg-plist new file mode 100644 index 000000000000..63ddf355f35a --- /dev/null +++ b/graphics/libzmf/pkg-plist @@ -0,0 +1,8 @@ +bin/zmf2raw +bin/zmf2svg +include/libzmf-0.0/libzmf/ZMFDocument.h +include/libzmf-0.0/libzmf/libzmf.h +lib/libzmf-0.0.so +lib/libzmf-0.0.so.0 +lib/libzmf-0.0.so.0.0.1 +libdata/pkgconfig/libzmf-0.0.pc