Ticket #42552: Portfile

File Portfile, 902 bytes (added by xythobuz@…, 10 years ago)
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                mp3cat
7version             0.4
8categories          audio
9platforms           darwin
10license             GPL-2+
11maintainers         xythobuz.de:xythobuz openmaintainer
12description         Read and write MP3 files
13homepage            http://tomclegg.net/mp3cat
14master_sites        http://tomclegg.net/software/
15
16checksums           rmd160  d6fa7a549ed1b2d81f6217b2fe0ed52e28c18aaa \
17                    sha256  fd2b0d58018f5117bd1e22298c899bef5e6af61a0c540186d16d2bf516d6849a
18
19patchfiles          patch-Makefile.diff
20
21use_configure       no
22
23build.args-append   CC=${configure.cc}
24
25destroot {
26    xinstall -m 755 -W ${worksrcpath} mp3cat mp3log mp3log-conf mp3dirclean mp3http mp3stream-conf ${destroot}${prefix}/bin
27}