Ticket #46732: Portfile

File Portfile, 1019 bytes (added by weidmannstefano@…, 9 years ago)

the portfile

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                pxz
7version             4.999.9beta
8master_sites        http://jnovy.fedorapeople.org/pxz/
9distfiles           ${name}-${version}.20091201git.tar.xz
10worksrcdir          ${name}-${version}
11use_xz              yes
12checksums           rmd160  93c432cd8bf5e977b6a534483580d436b85bb195 \
13                    sha256  df69f91103db6c20f0b523bb7f026d86ee662c49fe714647ed63f918cd39767a
14
15depends_lib         port:xz
16
17categories          compression
18platforms           darwin
19license             GPL-2
20
21maintainers         users.sourceforge.net:jnovy
22description         Parallelized xz replacement
23long_description    A paralellized drop-in replacement for xz.
24homepage            http://jnovy.fedorapeople.org/pxz
25
26use_configure       no
27
28patchfiles          patch-pxz.c.diff
29patch.pre_args      -p1
30
31destroot.args       BINDIR=${prefix}/bin
32