| 1 | Index: Portfile |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- Portfile (revision 53367) |
|---|
| 4 | +++ Portfile (working copy) |
|---|
| 5 | @@ -15,17 +15,22 @@ |
|---|
| 6 | all kinds of video applications. |
|---|
| 7 | homepage http://www.piksel.org/frei0r |
|---|
| 8 | platforms darwin |
|---|
| 9 | -master_sites http://freshmeat.net/redir/frei0r/72056/url_tgz/ \ |
|---|
| 10 | - http://propirate.net/frei0r/ |
|---|
| 11 | |
|---|
| 12 | -checksums md5 8123893c67fc5ce01ddcb09853d47ed4 \ |
|---|
| 13 | - sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \ |
|---|
| 14 | - rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760 |
|---|
| 15 | +fetch.type git |
|---|
| 16 | +git.url git://code.dyne.org/frei0r.git |
|---|
| 17 | +git.branch c950588f3e9188aa51e2cd3b9346bf346ad34118 |
|---|
| 18 | |
|---|
| 19 | +worksrcdir frei0r |
|---|
| 20 | +pre-configure { |
|---|
| 21 | + system "cd '${worksrcpath}' && sed 's/libtoolize/glibtoolize/' autogen.sh > temp.sh && mv -f temp.sh autogen.sh && chmod +x autogen.sh" |
|---|
| 22 | + system "cd '${worksrcpath}' && ./autogen.sh " |
|---|
| 23 | + } |
|---|
| 24 | + |
|---|
| 25 | depends_lib port:gavl \ |
|---|
| 26 | port:opencv |
|---|
| 27 | |
|---|
| 28 | -depends_build port:pkgconfig |
|---|
| 29 | +depends_build port:pkgconfig \ |
|---|
| 30 | + port:libtool |
|---|
| 31 | |
|---|
| 32 | livecheck.check regex |
|---|
| 33 | livecheck.url http://propirate.net/frei0r/ |
|---|