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

30 lines
834 B
Makefile

PORTNAME= libfreehand
PORTVERSION= 0.1.2
PORTREVISION= 27
CATEGORIES= graphics
MASTER_SITES= LODEV
MAINTAINER= office@FreeBSD.org
COMMENT= Library for interpreting and importing Adobe/Macromedia drawings
WWW= https://wiki.documentfoundation.org/DLP/Libraries/libfreehand
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \
cppunit-config:devel/cppunit \
icu-config:devel/icu
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
librevenge-0.0.so:textproc/librevenge
GNU_CONFIGURE= yes
USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_PERL5= build
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -D CMS_NO_REGISTER_KEYWORD
CPPFLAGS+= -I ${LOCALBASE}/include
INSTALL_TARGET= install-strip
.include <bsd.port.mk>