Revision: 139509 https://trac.macports.org/changeset/139509 Author: khindenburg@macports.org Date: 2015-08-19 07:50:08 -0700 (Wed, 19 Aug 2015) Log Message: ----------- mp3cat: new port #42552 Added Paths: ----------- trunk/dports/audio/mp3cat/ trunk/dports/audio/mp3cat/Portfile trunk/dports/audio/mp3cat/files/ trunk/dports/audio/mp3cat/files/patch-Makefile.diff Added: trunk/dports/audio/mp3cat/Portfile =================================================================== --- trunk/dports/audio/mp3cat/Portfile (rev 0) +++ trunk/dports/audio/mp3cat/Portfile 2015-08-19 14:50:08 UTC (rev 139509) @@ -0,0 +1,30 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 + +name mp3cat +version 0.4 +categories audio +platforms darwin +license GPL-2+ +maintainers xythobuz.de:xythobuz openmaintainer + +description Read and write MP3 files +long_description ${description} + +homepage http://tomclegg.net/mp3cat +master_sites http://tomclegg.net/software/ + +checksums rmd160 d6fa7a549ed1b2d81f6217b2fe0ed52e28c18aaa \ + sha256 fd2b0d58018f5117bd1e22298c899bef5e6af61a0c540186d16d2bf516d6849a + +patchfiles patch-Makefile.diff + +use_configure no + +build.args-append CC="${configure.cc} [get_canonical_archflags cc]" + +destroot { + xinstall -m 755 -W ${worksrcpath} mp3cat mp3log mp3log-conf mp3dirclean mp3http mp3stream-conf ${destroot}${prefix}/bin +} Property changes on: trunk/dports/audio/mp3cat/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/audio/mp3cat/files/patch-Makefile.diff =================================================================== --- trunk/dports/audio/mp3cat/files/patch-Makefile.diff (rev 0) +++ trunk/dports/audio/mp3cat/files/patch-Makefile.diff 2015-08-19 14:50:08 UTC (rev 139509) @@ -0,0 +1,10 @@ +--- Makefile.orig 2014-02-23 10:39:53.000000000 +0100 ++++ Makefile 2014-02-23 10:40:35.000000000 +0100 +@@ -1,6 +1,6 @@ + all: mp3cat + mp3cat: *.c *.h +- cc -o mp3cat *.c ++ $(CC) -o mp3cat *.c + install: mp3cat mp3log mp3log-conf mp3stream-conf + install -o root -g wheel mp3cat /usr/local/bin/mp3cat + install -o root -g wheel mp3log /usr/local/bin/mp3log