fffa02f747
pugixml is a light-weight C++ XML processing library. It features: * DOM-like interface with rich traversal/modification capabilities * Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions The library is extremely portable and easy to integrate and use.
18 lines
416 B
Makefile
18 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/04/29 11:54:54 wiz Exp $
|
|
|
|
DISTNAME= pugixml-1.7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pugixml.org/
|
|
COMMENT= Light-weight C++ XML processing library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
USE_CMAKE= yes
|
|
CMAKE_ARG_PATH= scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|