Ticket #47285: Portfile.2

File Portfile.2, 1.3 KB (added by jpo@…, 9 years ago)

short description s/deco

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
5
6name                deco
7version             1.6.3
8categories          archivers
9license             GPL-3
10platforms           darwin
11maintainers         vt.edu:jpo openmaintainer
12description         file extraction framework
13long_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.
17homepage            http://hartlich.com/deco/
18master_sites        ${homepage}download/
19
20checksums           rmd160  be0dfab0339b863ee47687a3b183f127f542acc9 \
21                    sha256  18caa51d3a967076a93d4f287f70071cc40c06eb68cc7f663e9ce3269ddad6f5
22
23depends_run         port:deco-archive
24
25variant universal   {}
26
27use_configure       no
28
29build.target        ${name}
30
31build.args-append   CC="${configure.cc} [get_canonical_archflags cc]" \
32                    LDFLAGS="${configure.ldflags}" PREFIX="${prefix}"
33
34destroot.args       PREFIX=${prefix}
35
36livecheck.type      regex
37livecheck.url       ${master_sites}
38livecheck.regex     $name-(\\d+(?:\\.\\d+)*)