1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/textproc/tinyxml2/Makefile
T
Po-Chuan Hsieh c8cec9e758 textproc/tinyxml2: Update to 11.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/leethomason/tinyxml2/releases
2025-03-19 16:28:19 +08:00

38 lines
761 B
Makefile

PORTNAME= tinyxml2
PORTVERSION= 11.0.0
PORTEPOCH= 1
CATEGORIES= textproc
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small C++ XML Parser
WWW= https://leethomason.github.io/tinyxml2/ \
https://github.com/leethomason/tinyxml2
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= compiler:c++11-lang cpe dos2unix meson pathfix
MESON_ARGS= --default-library=both \
-Ddebug=false \
-Dtests=true
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
GH_ACCOUNT= leethomason
USE_GITHUB= yes
CPE_VENDOR= tinyxml2_project
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/ && ${COPYTREE_SHARE} resources ${STAGEDIR}${EXAMPLESDIR}/
do-test:
cd ${WRKSRC}/ && _build/xmltest
.include <bsd.port.mk>