Ticket #48686: Portfile

File Portfile, 1016 bytes (added by nikkoara@…, 9 years ago)
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
5PortGroup           github 1.0
6PortGroup           cmake 1.0
7
8name                pugixml
9version             1.6
10revision            1
11categories          textproc
12platforms           darwin
13license             MIT
14maintainers         hates.ms:nikkoara
15
16description         C++ Library for XML processing
17
18long_description    C++ library for creating and manipulating XML DOMs. Features: \
19                    efficient parsing of XML, XPath 1.0 support, full Unicode support.
20
21homepage            http://pugixml.org/
22
23master_sites        http://github.com/zeux/pugixml/releases/download/v${version}
24distfiles           pugixml-${version}.tar.gz
25checksums           sha256  473705c496d45ee6a74f73622b175dfb5dde0de372c4dc61a5acb964516cd9de
26
27universal_variant   yes
28
29worksrcdir          ${distname}/scripts
30
31configure.args-append -DBUILD_SHARED_LIBS=ON