1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name id3v2 |
---|
5 | version 0.1.11 |
---|
6 | categories audio |
---|
7 | maintainers brent@nordist.net |
---|
8 | description ID3v2 editing tool |
---|
9 | long_description "A command line editor for ID3v2 tags, based on id3lib. \ |
---|
10 | Written by Myers Carpenter." |
---|
11 | homepage http://id3v2.sourceforge.net/ |
---|
12 | platforms darwin |
---|
13 | master_sites sourceforge |
---|
14 | checksums md5 68afc3827cf01501dfb22949f901f1d8 |
---|
15 | depends_lib lib:libid3.3:id3lib |
---|
16 | |
---|
17 | post-patch { |
---|
18 | reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/Makefile" |
---|
19 | } |
---|
20 | configure {} |
---|
21 | destroot { |
---|
22 | xinstall -m 755 ${worksrcpath}/id3v2 ${destroot}/${prefix}/sbin/ |
---|
23 | xinstall -m 644 ${worksrcpath}/id3v2.1 ${destroot}/${prefix}/share/man/man1/ |
---|
24 | } |
---|