summaryrefslogtreecommitdiff
path: root/textproc/libxml++/Makefile
blob: 97d47e31ab361487d376c2b36a5b89b51047490e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libxml++
PORTVERSION=	5.0.3
CATEGORIES=	textproc
MASTER_SITES=	GNOME
PKGNAMESUFFIX=	${PORTVERSION:R:S/.//}

MAINTAINER=	jcfyecrayz@liamekaens.com
COMMENT=	XML API for C++
WWW=		https://github.com/libxmlplusplus/libxmlplusplus

LICENSE=	LGPL21+

USES=		gnome libtool meson pkgconfig python:build tar:xz
USE_GNOME=	libxml2
USE_LDCONFIG=	yes
MESON_ARGS=	-Ddefault_library=both

PLIST_SUB=	VERSION=${PORTVERSION:R} API_VERSION=${PORTVERSION:R}

.include <bsd.port.mk>