1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/textproc/libqxp/Makefile
Jan Beich f1f1a8be88 devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
2023-04-13 00:56:37 +00:00

46 lines
1.3 KiB
Makefile

PORTNAME= libqxp
PORTVERSION= 0.0.0
PORTREVISION= 23
CATEGORIES= textproc
MASTER_SITES= https://dev-www.libreoffice.org/src/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing QuarkXPress documents
WWW= https://wiki.documentfoundation.org/DLP/Libraries/libqxp
LICENSE= MPL20
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge \
libicui18n.so:devel/icu
#libicui18n.so:devel/icu \
#libicuuc.so:devel/icu \
#libicudata.so:devel/icu
BUILD_DEPENDS= ${LOCALBASE}/include/boost/math/constants/constants.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/range/adaptor/reversed.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs
CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS DOXYGEN TEST
OPTIONS_DEFAULT=
OPTIONS_SUB= yes
TEST_TARGET= check
TEST_LIB_DEPENDS= libcppunit.so:devel/cppunit
TEST_CONFIGURE_ENABLE= tests
PORTDOCS= *
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CONFIGURE_OFF= --without-docs
DOXYGEN_IMPLIES= DOCS
.include <bsd.port.mk>