1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | PortGroup cmake 1.0 |
---|
8 | |
---|
9 | github.setup zeux pugixml 1.7 v |
---|
10 | github.tarball_from releases |
---|
11 | |
---|
12 | categories textproc |
---|
13 | platforms darwin |
---|
14 | license MIT |
---|
15 | maintainers openmaintainer hates.ms:nikkoara |
---|
16 | |
---|
17 | description C++ Library for XML processing |
---|
18 | |
---|
19 | long_description C++ library for creating and manipulating XML DOMs. Features: \ |
---|
20 | efficient parsing of XML, XPath 1.0 support, full Unicode support. |
---|
21 | |
---|
22 | checksums sha256 fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca \ |
---|
23 | rmd160 7d2a007d7839de017dae2485850e9dc061406e6d |
---|
24 | |
---|
25 | universal_variant yes |
---|
26 | |
---|
27 | worksrcdir ${distname}/scripts |
---|
28 | cmake.out_of_source yes |
---|
29 | |
---|
30 | configure.args-append -DBUILD_SHARED_LIBS=ON |
---|