Ticket #13047: Portfile

File Portfile, 1.0 KB (added by josh+macports@…, 17 years ago)

the Portfile

Line 
1# $Id:
2
3PortSystem 1.0
4name               paq8
5version            8o8
6categories         archivers
7maintainers        root.id.au:josh+macports \
8                   openmaintainer
9description        PAQ8, a tight but slow compressor
10long_description   PAQ is a series of open source data compression \
11                   archivers that have evolved through collaborative \
12                   development to top rankings on several benchmarks \
13                   measuring compression ratio (although at the expense \
14                   of speed and memory usage).
15
16homepage           http://cs.fit.edu/~mmahoney/compression/
17master_sites       http://cs.fit.edu/~mmahoney/compression/
18use_zip            yes
19distfiles          paq${version}.zip
20checksums          md5 9114ae6a08ca8e82f37df9a6984c968d \
21                   sha1 850c105ce7ae79ba4f9fa16087c0db8c717f6f11 \
22                   rmd160 c3d4855bdbaeaada709af994e7439c57f58af99f
23
24worksrcdir         .
25use_configure      no
26
27build.cmd          g++
28build.args         -O3 -DUNIX -DNOASM -o paq8
29build.target       paq${version}.cpp
30
31destroot.cmd       install
32destroot.target    paq8
33destroot.destdir   ${destroot}${prefix}/bin