blob: e6ee7969fb8ca893f071bd78ea6e391b0a43619d (
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= 5.4.0
CATEGORIES= textproc
MASTER_SITES= GNOME \
https://github.com/libxmlplusplus/libxmlplusplus/releases/download/${DISTVERSION}/
PKGNAMESUFFIX= 50
MAINTAINER= jcfyecrayz@liamekaens.com
COMMENT= XML API for C++
WWW= https://github.com/libxmlplusplus/libxmlplusplus
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++17-lang gnome meson pkgconfig tar:xz
USE_GNOME= libxml2
USE_LDCONFIG= yes
MESON_ARGS= -Ddefault_library=both \
-Dbuild-examples=false \
-Dbuild-manual=false
PLIST_SUB= VERSION=5.0 \
API_VERSION=5.0
.include <bsd.port.mk>
|