2021-08-21 08:54:03 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2021/08/21 08:54:03 sthen Exp $
|
2015-11-30 14:32:27 +00:00
|
|
|
|
|
|
|
COMMENT= light-weight, simple and fast XML parser for C++
|
|
|
|
|
2021-08-21 08:54:03 +00:00
|
|
|
V= 1.11.4
|
2015-11-30 14:32:27 +00:00
|
|
|
DISTNAME= pugixml-$V
|
|
|
|
|
2021-08-20 21:18:07 +00:00
|
|
|
SHARED_LIBS += pugixml 1.1 # 1.9
|
2015-11-30 14:32:27 +00:00
|
|
|
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
|
2019-03-22 10:44:18 +00:00
|
|
|
HOMEPAGE= https://pugixml.org/
|
2015-11-30 14:32:27 +00:00
|
|
|
|
|
|
|
# MIT
|
2019-06-03 16:06:50 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2015-11-30 14:32:27 +00:00
|
|
|
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB += m ${COMPILER_LIBCXX}
|
2015-11-30 14:32:27 +00:00
|
|
|
|
2021-08-20 21:18:07 +00:00
|
|
|
COMPILER = base-clang ports-gcc
|
2018-10-24 14:27:57 +00:00
|
|
|
|
2021-08-20 21:18:07 +00:00
|
|
|
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v$V/
|
2015-11-30 14:32:27 +00:00
|
|
|
|
|
|
|
MODULES= devel/cmake
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=on
|
|
|
|
|
|
|
|
NO_TEST= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|