Ticket #54535: Portfile

File Portfile, 1.1 KB (added by sikmir (Nikolay Korotkiy), 7 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
3PortSystem          1.0
4PortGroup           cmake 1.0
5
6name                polyclipping
7version             6.4.2
8categories          graphics
9platforms           darwin
10license             Boost-1
11maintainers         {@sikmir gmail.com:sikmir} openmaintainer
12description         Polygon and line clipping and offsetting library
13long_description    Clipper library performs clipping and offsetting for both \
14                    lines and polygons. All four boolean clipping operations are \
15                    supported - intersection, union, difference and exclusive-or. \
16                    Polygons can be of any shape including self-intersecting polygons.
17homepage            http://sourceforge.net/projects/polyclipping/
18master_sites        sourceforge
19distname            clipper_ver${version}
20worksrcdir          cpp
21checksums           rmd160  ce81f9aaa4c705fa65be4b06d53e7b5e9ca08f02 \
22                    sha256  a14320d82194807c4480ce59c98aa71cd4175a5156645c4e2b3edd330b930627
23
24use_zip             yes
25cmake.out_of_source yes