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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | |
---|
6 | name innoextract |
---|
7 | version 1.6 |
---|
8 | categories archivers compression sysutils |
---|
9 | platforms darwin |
---|
10 | maintainers samodelkin.net:fjoe openmaintainer |
---|
11 | license zlib |
---|
12 | |
---|
13 | description A tool to unpack installers created by Inno Setup |
---|
14 | |
---|
15 | long_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 | |
---|
20 | homepage http://constexpr.org/innoextract/ |
---|
21 | master_sites ${homepage}files/ |
---|
22 | |
---|
23 | checksums rmd160 6c659ba6a4740e33ee2439df095c2e9c7336c011 \ |
---|
24 | sha256 66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e |
---|
25 | |
---|
26 | cmake.out_of_source yes |
---|
27 | depends_lib port:boost \ |
---|
28 | port:xz \ |
---|
29 | |
---|
30 | use_parallel_build yes |
---|