Zsolt Udvari 55d4ea0f91 textproc/libxml++: Fix pkgconfig pc file
The libxml++-50.pc isn't generated from pc.in file - it's
generated by meson. So remove the patch-libxml++.pc.in and add
patch-libxml++_meson.build file.
While I'm here pet portfmt.

Approved by:	portmgr (blanket, runtime fix)
2025-05-22 20:17:17 +02:00

28 lines
619 B
Makefile

PORTNAME= libxml++
DISTVERSION= 5.4.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GNOME \
https://github.com/libxmlplusplus/libxmlplusplus/releases/download/${DISTVERSION}/
PKGNAMESUFFIX= 50
MAINTAINER= jcfyecrayz@liamekaens.com
COMMENT= XML API for C++
WWW= https://github.com/libxmlplusplus/libxmlplusplus
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++17-lang gnome meson pkgconfig tar:xz
USE_GNOME= libxml2
USE_LDCONFIG= yes
MESON_ARGS= -Dbuild-examples=false \
-Dbuild-manual=false \
-Ddefault_library=both
PLIST_SUB= API_VERSION=5.0 \
VERSION=5.0
.include <bsd.port.mk>