Ticket #3485: Portfile.diff
File Portfile.diff, 813 bytes (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 26 revision 3 7 7 categories audio 8 8 maintainers darwinports@opendarwin.org 9 9 description MP3 information tool … … 14 14 master_sites sunsite:apps/sound/mp3-utils/${name} 15 15 extract.suffix .tgz 16 16 checksums md5 879d0ced8ede5ec9fbaff4813851ea3f 17 patchfiles patch-Makefile 17 patchfiles patch-Makefile patch-gmp3info.c 18 18 build.target mp3info 19 19 configure { cd ${worksrcpath} 20 20 reinplace "s|prefix=/usr/local|prefix=${destroot}${prefix}|g" Makefile } 21 21 destroot.target install-mp3info 22 22 23 23 variant x11 { 24 depends_lib-append lib:libgtk.1:gtk24 depends_lib-append port:gtk1 25 25 build.target all 26 26 destroot.target install 27 27 }