# -*- 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: Portfile 56688 2009-09-01 10:25:03Z raimue@macports.org $ PortSystem 1.0 name easytag version 2.1 revision 2 categories audio platforms darwin maintainers nomaintainer homepage http://easytag.sf.net/ description Tool for editing tags of audio files long_description EasyTAG is an utility for viewing and editing tags \ for MP3, MP2, FLAC, Ogg Vorbis, MusePack, Monkey's \ audio files and MP4/AAC. \ Its simple and nice GTK2+ interface makes tagging easier \ under UNIX systems. master_sites sourceforge checksums md5 a585cb9e400ba460ec1801856ea5e90f \ sha1 6da0125ab0dcc7e7ecabe488147ecdf0e75f6f2a \ rmd160 b553458c8cff008dd044412a95674aa26478b2eb use_bzip2 yes depends_lib port:gtk2 \ port:gettext \ port:libvorbis \ port:flac \ port:mp4v2 \ port:faad2 \ port:id3lib depends_build port:hicolor-icon-theme patchfiles easytag-mp4v2.patch configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -v -W ${worksrcpath} \ COPYING README THANKS TODO USERS-GUIDE \ ${destroot}${prefix}/share/doc/${name} } livecheck.regex "${name} \\(gtk 2\\) (\\d+(?:\\.\\d+)*) released.*"