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

35 lines
625 B
Makefile
Raw Normal View History

2020-12-21 21:16:15 +00:00
PORTROACH= limit:^4\.0
COMMENT= C++ bindings for libxml2
2024-01-14 17:50:23 +00:00
GNOME_VERSION= 4.0.3
2020-12-21 21:16:15 +00:00
GNOME_PROJECT= libxml++
PKGNAME= libxml++40-${GNOME_VERSION}
REVISION= 0
2020-12-21 21:16:15 +00:00
SHARED_LIBS += xml++-4.0 0.0 # 1.0.0
CATEGORIES= textproc
HOMEPAGE= https://libxmlplusplus.github.io/libxmlplusplus/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2020-12-21 21:16:15 +00:00
# LGPLv2.1+
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} glibmm-2.68 xml2
MODULES= devel/meson \
x11/gnome
DEBUG_PACKAGES= ${BUILD_PACKAGES}
# c++11
COMPILER= base-clang ports-gcc
LIB_DEPENDS= devel/glibmm268 \
textproc/libxml
.include <bsd.port.mk>