Ticket #3485: Portfile.2.diff
File Portfile.2.diff, 1.4 KB (added by yves@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name mp3info 5 5 version 0.8.4 6 revision 27 categories audio8 maintainers darwinports@opendarwin.org6 revision 3 7 categories audio 8 maintainers yves@gnu-darwin.org 9 9 description MP3 information tool 10 long_description A small utility to read and write TAG info, as well as retrieve the MP3 \ 11 Header info. Included is a command-line interface and a gtk-UI. 12 homepage http://www.ibiblio.org/mp3info/ 13 platforms darwin 10 long_description \ 11 A small utility to read and write TAG info, as well as retrieve the MP3 \ 12 Header info. Included is a command-line interface and a gtk-UI. 13 14 homepage http://www.ibiblio.org/mp3info/ 15 platforms darwin 14 16 master_sites sunsite:apps/sound/mp3-utils/${name} 15 17 extract.suffix .tgz 16 checksums md5 879d0ced8ede5ec9fbaff4813851ea3f 17 patchfiles patch-Makefile 18 checksums md5 879d0ced8ede5ec9fbaff4813851ea3f 19 20 patchfiles patch-Makefile patch-gmp3info.c 18 21 build.target mp3info 19 configure { cd ${worksrcpath} 20 reinplace "s|prefix=/usr/local|prefix=${destroot}${prefix}|g" Makefile } 22 23 configure { 24 cd ${worksrcpath} 25 reinplace "s|prefix=/usr/local|prefix=${destroot}${prefix}|g" Makefile 26 } 27 21 28 destroot.target install-mp3info 22 29 23 30 variant x11 { 24 depends_lib-append lib:libgtk.1:gtk31 depends_lib-append port:gtk1 25 32 build.target all 26 33 destroot.target install 27 34 }