Ticket #7003: Portfile.diff
File Portfile.diff, 868 bytes (added by takanori@…, 19 years ago) |
---|
-
Portfile
old new 4 4 5 5 name flac 6 6 version 1.1.2 7 revision 1 7 8 categories audio 8 9 maintainers darwinports@opendarwin.org 9 10 description Free Lossless Audio Codec … … 20 21 checksums md5 2bfc127cdda02834d0491ab531a20960 21 22 patchfiles patch-ltmain.sh patch-nasm.h 22 23 23 depends_lib lib:libogg.0:libogg lib:libid3.3:id3lib 24 depends_lib lib:libogg.0:libogg port:libiconv port:xmms \ 25 port:autoconf port:automake 24 26 25 configure.env XMMS_CONFIG=/usr/bin/false 27 pre-configure { 28 system "cd ${worksrcpath} && aclocal" 29 } 30 use_automake yes 31 use_autoconf yes 26 32 configure.args --mandir=${prefix}/share/man 27 33 28 34 build.args OBJ_FORMAT=macho 29 35 30 36 test.run yes 31 37 test.target check 38 39 variant no_xmms { 40 depends_lib-delete port:xmms 41 configure.env-append XMMS_CONFIG=/usr/bin/false 42 }