a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name mp3_check
version 1.98
categories audio
maintainers nomaintainer@macports.org
description mp3 format validator
long_description \
mp3_check helps to identify in explicit detail MP3s \
that do not correctly follow the MP3 format. It also \
looks for invalid frame headers, missing frames, etc., \
and generates useful statistics. This can be useful \
when building a high-quality mp3 archive...
homepage http://mp3check.sourceforge.net/
platforms darwin
master_sites sourceforge:mp3check
checksums md5 d10e3d7d434af17cc036b752a816e492
patch {
reinplace "s| -Werror||" ${worksrcpath}/Makefile
}
use_configure no
destroot {
xinstall -m 555 ${worksrcpath}/mp3_check \
${destroot}${prefix}/bin
xinstall -d ${destroot}${prefix}/share/doc/mp3_check
foreach file {FOR_TESTING GOALS MILESTONE MILESTONE.INTRO MY_NOTES NOTES README THANKYOU TODO WISHLIST} {
xinstall -m 444 ${worksrcpath}/${file} ${destroot}${prefix}/share/doc/mp3_check
}
}