Ticket #48686: Portfile.3

File Portfile.3, 954 bytes (added by nikkoara@…, 8 years ago)

Third take on PugiXML Portfile

Line 
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
4PortSystem          1.0
5
6PortGroup           github 1.0
7PortGroup           cmake 1.0
8
9github.setup        zeux pugixml 1.7 v
10github.tarball_from releases
11
12categories          textproc
13platforms           darwin
14license             MIT
15maintainers         openmaintainer hates.ms:nikkoara
16
17description         C++ Library for XML processing
18
19long_description    C++ library for creating and manipulating XML DOMs. Features: \
20                    efficient parsing of XML, XPath 1.0 support, full Unicode support.
21
22checksums           sha256  fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca \
23                    rmd160  7d2a007d7839de017dae2485850e9dc061406e6d
24
25universal_variant   yes
26
27worksrcdir          ${distname}/scripts
28cmake.out_of_source yes
29
30configure.args-append -DBUILD_SHARED_LIBS=ON