mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
f8aaf5b139
Summary:
Changelog: 52dd87b443/NEWS
PR: 276179
Reported by: Olivier Duchateau <duchateau.olivier@gmail.com>
23 lines
446 B
Makefile
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>
|