1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/libxml++30/Makefile
Rodrigo Osorio f8aaf5b139 textproc/libxml++30: Update to 3.2.5
Summary:
Changelog: 52dd87b443/NEWS

PR:      	276179
Reported by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2024-01-21 08:57:59 +01:00

23 lines
446 B
Makefile

PORTNAME= libxml++
PORTVERSION= 3.2.5
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>