PortSystem 1.0 name mp3info version 0.2.16 categories audio maintainers fkr@opendarwin.org description MP3 information tool long_description A small utility to read and write TAG info, as well as retrieve the MP3 \ Header info and print it all out in a nice format. platforms darwin master_sites ftp://bimbo.hive.no/pub/mp3info/ checksums md5 d67b0225a197e91da87e94707121bb21 install { cd ${worksrcpath} system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 555 ${name} ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/man/man1" system "install -o root -m 644 -c mp3info.1 ${destroot}${prefix}/man/man1" system "install -o root -m 755 -d ${destroot}${prefix}/share/doc/${name}" system "install -o root -m 644 README ChangeLog ${destroot}${prefix}/share/doc/${name}" }