mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Libzmf is a library that parses the file format of Zoner Callisto/Draw
documents. WWW: https://wiki.documentfoundation.org/DLP/Libraries/libzmf
This commit is contained in:
parent
0c89edc496
commit
93cae9c852
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441119
@ -542,6 +542,7 @@
|
||||
SUBDIR += libwmf-nox11
|
||||
SUBDIR += libwpg03
|
||||
SUBDIR += libyuv
|
||||
SUBDIR += libzmf
|
||||
SUBDIR += lightzone
|
||||
SUBDIR += linplasma
|
||||
SUBDIR += linux-adobesvg
|
||||
|
27
graphics/libzmf/Makefile
Normal file
27
graphics/libzmf/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
graphics/libzmf/distinfo
Normal file
3
graphics/libzmf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1495051161
|
||||
SHA256 (libzmf-0.0.1.tar.xz) = eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a
|
||||
SIZE (libzmf-0.0.1.tar.xz) = 315060
|
4
graphics/libzmf/pkg-descr
Normal file
4
graphics/libzmf/pkg-descr
Normal file
@ -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
|
8
graphics/libzmf/pkg-plist
Normal file
8
graphics/libzmf/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user