ports/textproc/libxml++30/Makefile
Charlie Li d7169b7b3c
textproc/libxml++30: remove incorrect patch and adjust plist
libxml++config.h is always #included as <libxml++config.h>, and its
expected location is lib/libxml++3.0/include. Consumers fail to
build otherwise as other headers in this port include <libxml++config.h>.
2025-01-10 23:09:10 -05:00

23 lines
462 B
Makefile

PORTNAME= libxml++
DISTVERSION= 3.2.5
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GNOME
PKGNAMESUFFIX= 30
MAINTAINER= gnome@FreeBSD.org
COMMENT= XML API for C++
WWW= https://libxmlplusplus.github.io/libxmlplusplus/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnome meson pkgconfig tar:xz
USE_GNOME= glibmm libxml2
USE_LDCONFIG= yes
MESON_ARGS= -Ddefault_library=both
PLIST_SUB= API_VERSION="3.0" \
VERSION="3.0"
.include <bsd.port.mk>