# $Id: Portfile 30219 2007-10-22 22:40:35Z jmpp@macports.org $ PortSystem 1.0 name libid3tag version 0.15.1b categories audio maintainers nomaintainer description id3 tag manipulation library long_description libid3tag is a library for reading and \ writing ID3 tags, bothID3v1 \ and the various versions of ID3v2. platforms darwin freebsd homepage http://www.underbit.com/products/mad/ master_sites ftp://ftp.mars.org/pub/mpeg/ sourceforge:mad checksums sha1 4d867e8a8436e73cd7762fe0e85958e35f1e4306 depends_lib port:zlib post-configure { if {[variant_isset universal]} { reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool } }