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