opnsense-ports/textproc/libxml++30/Makefile
Franco Fichtner ebbe5d20d4 */*: sync with upstream
Taken from: FreeBSD
2025-01-14 13:21:46 +01: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>