mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
b1421c879e
* Switch to Meson * Remove REFERENCE_PORT section * Rework port Makefile for readbility and more closely follow Porters Handbook PR: 279745 Approved by: portmgr (maintainer timeout, 2+ weeks)
27 lines
601 B
Makefile
27 lines
601 B
Makefile
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>
|