1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/graphics/libzmf/Makefile
Jan Beich e55b80195e devel/icu: update to 74.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
2023-11-17 12:46:00 +01:00

28 lines
744 B
Makefile

PORTNAME= libzmf
PORTVERSION= 0.0.2
PORTREVISION= 29
CATEGORIES= graphics
MASTER_SITES= LODEV
MAINTAINER= office@FreeBSD.org
COMMENT= Library that parses the file format of Zoner Callisto/Draw documents
WWW= https://wiki.documentfoundation.org/DLP/Libraries/libzmf
LICENSE= MPL20
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
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>