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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name deco |
---|
7 | version 1.6.3 |
---|
8 | categories archivers |
---|
9 | license GPL-3 |
---|
10 | platforms darwin |
---|
11 | maintainers vt.edu:jpo openmaintainer |
---|
12 | description deco file extraction framework |
---|
13 | long_description deco is a Un*x program, written in SUSv3-compliant C99, \ |
---|
14 | that is able to extract various archive file formats. \ |
---|
15 | It focuses on consistent behavior and has a modular \ |
---|
16 | pluggable extraction engine backend. |
---|
17 | homepage http://hartlich.com/deco/ |
---|
18 | master_sites ${homepage}download/ |
---|
19 | |
---|
20 | checksums rmd160 be0dfab0339b863ee47687a3b183f127f542acc9 \ |
---|
21 | sha256 18caa51d3a967076a93d4f287f70071cc40c06eb68cc7f663e9ce3269ddad6f5 |
---|
22 | |
---|
23 | depends_run port:deco-archive |
---|
24 | |
---|
25 | variant universal {} |
---|
26 | |
---|
27 | use_configure no |
---|
28 | |
---|
29 | build.target ${name} |
---|
30 | |
---|
31 | build.args-append CC="${configure.cc} [get_canonical_archflags cc]" \ |
---|
32 | LDFLAGS="${configure.ldflags}" PREFIX="${prefix}" |
---|
33 | |
---|
34 | destroot.args PREFIX=${prefix} |
---|
35 | |
---|
36 | livecheck.type regex |
---|
37 | livecheck.url ${master_sites} |
---|
38 | livecheck.regex $name-(\\d+(?:\\.\\d+)*) |
---|