Files
ports/textproc/libxml++50/Makefile
T

33 lines
622 B
Makefile
Raw Normal View History

2020-12-21 21:16:33 +00:00
COMMENT= C++ bindings for libxml2
2026-05-14 08:11:39 +00:00
V= 5.6.1
2025-12-28 10:19:22 +00:00
DISTNAME= libxml++-${V}
PKGNAME= libxml++50-${V}
EXTRACT_SUFX= .tar.xz
2020-12-21 21:16:33 +00:00
2024-08-14 06:07:51 +00:00
SHARED_LIBS += xml++-5.0 0.1 # 1.0.0
2020-12-21 21:16:33 +00:00
CATEGORIES= textproc
HOMEPAGE= https://libxmlplusplus.github.io/libxmlplusplus/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2020-12-21 21:16:33 +00:00
# LGPLv2.1+
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} xml2
2025-12-28 10:19:22 +00:00
SITES= https://github.com/libxmlplusplus/libxmlplusplus/releases/download/${V}/
2020-12-21 21:16:33 +00:00
2025-12-28 10:19:22 +00:00
MODULES= devel/meson
2020-12-21 21:16:33 +00:00
# c++11
COMPILER= base-clang ports-gcc
LIB_DEPENDS= textproc/libxml
2025-12-28 10:19:22 +00:00
DEBUG_PACKAGES= ${BUILD_PACKAGES}
2020-12-21 21:16:33 +00:00
.include <bsd.port.mk>