Changeset 22072 for trunk/dports/audio/flac/Portfile
- Timestamp:
- Feb 17, 2007, 4:44:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/audio/flac/Portfile
r20409 r22072 4 4 5 5 name flac 6 version 1.1. 26 version 1.1.3 7 7 categories audio 8 8 maintainers nomaintainer@macports.org … … 16 16 compressed FLAC files in your favorite player (or your car or \ 17 17 home stereo) just like you would an MP3 file. 18 platforms darwin freebsd18 platforms darwin 19 19 master_sites sourceforge 20 checksums md5 2bfc127cdda02834d0491ab531a20960 20 checksums md5 b084603948b60ee338e0c29978cc580c \ 21 sha1 e19c92bebe536b69dd14d54de76c1f626b83b295 \ 22 rmd160 3bb360940775b6b2a5127accfb12d29c04da1132 21 23 patchfiles patch-ltmain.sh patch-nasm.h 22 24 23 depends_lib lib:libogg.0:libogg lib:libid3.3:id3lib25 depends_lib port:libogg port:id3lib 24 26 25 configure.env XMMS_CONFIG=/usr/bin/false 26 configure.args --mandir=${prefix}/share/man 27 configure.args --mandir=${prefix}/share/man --disable-xmms-plugin 27 28 28 29 build.args OBJ_FORMAT=macho 29 30 31 variant xmms_plugin { 32 configure.args-delete --disable-xmms-plugin 33 depends_lib-append port:xmms 34 } 35 30 36 test.run yes 31 37 test.target check
Note: See TracChangeset
for help on using the changeset viewer.