Ticket #19746: Portfile

File Portfile, 902 bytes (added by fracai, 15 years ago)

Portfile - shntool 3.0.10

Line 
1# $Id$
2
3PortSystem 1.0
4name            shntool
5version         3.0.10
6categories      audio
7maintainers     nomaintainer
8description     Multi-purpose .wav/.shn processing utility
9long_description        \
10        shntool is a multi-purpose .wav/.shn processing tool.  Input and \
11        output files are transparent to shntool, meaning that it can perform \
12        its functions upon both .wav and .shn data.
13homepage        http://www.etree.org/shnutils/shntool/
14platforms       darwin
15master_sites    ${homepage}dist/src/
16checksums \
17        md5 5d41f8f42c3c15e3145a7a43539c3eae \
18        sha1 7a2bc8801e180cf582f0e39775603582e35d50d2 \
19        rmd160 3c41c5da4ee11127dae02609052d1f1a355aef4a
20       
21depends_lib     \
22        port:expat \
23        port:gettext \
24        port:libiconv \
25        port:shorten
26       
27configure.args  --mandir=${prefix}/share/man
28
29post-destroot {
30        system "install -m 755 -d ${destroot}${prefix}/share/doc/${name}"
31        system "install -m 644 ${worksrcpath}/doc/* \
32                ${destroot}${prefix}/share/doc/${name}/"
33}