summaryrefslogtreecommitdiff
path: root/textproc/libxml++26/Makefile
blob: 802aa7711329230e6a2dd134b01ddfb936cad070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	libxml++
DISTVERSION=	2.42.3
PORTEPOCH=	1
CATEGORIES=	textproc
MASTER_SITES=	GNOME \
		https://github.com/libxmlplusplus/libxmlplusplus/releases/download/${DISTVERSION}/

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	XML API for C++
WWW=		https://libxmlplusplus.github.io/libxmlplusplus/

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		compiler:c++11-lang meson gnome pkgconfig tar:xz
USE_GNOME=	glibmm libxml2
USE_LDCONFIG=	yes

PLIST_SUB=	VERSION="2.6" \
		API_VERSION="2.6"

MESON_ARGS=	-Ddefault_library=both \
		-Dbuild-examples=false \
		-Dbuild-manual=false

.include <bsd.port.mk>