Ticket #53245: Portfile

File Portfile, 1.1 KB (added by mkhon, 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                innoextract
7version             1.6
8categories          archivers compression sysutils
9platforms           darwin
10maintainers         nomaintainer
11license             zlib
12
13description         A tool to unpack installers created by Inno Setup
14
15long_description    Inno Setup is a tool to create installers for Microsoft \
16                    Windows applications. innoextract allows to extract such \
17                    installers under non-windows systems without running the \
18                    actual installer using Wine.
19
20homepage            http://constexpr.org/innoextract/
21master_sites        ${homepage}files/
22
23checksums           rmd160  6c659ba6a4740e33ee2439df095c2e9c7336c011 \
24                    sha256  66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e
25
26depends_lib         port:boost \
27                    port:xz \
28
29use_parallel_build  yes