Changeset 83030
- Timestamp:
- 08/23/11 21:53:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/griffon/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/griffon/Portfile
r77153 r83030 4 4 5 5 name griffon 6 version 0.9. 26 version 0.9.3 7 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 8 categories devel java … … 21 21 homepage http://griffon.codehaus.org/ 22 22 conflicts griffon-devel 23 distname ${name}-${version}-bin 24 master_sites http://dist.codehaus.org/griffon/griffon/${branch}.x 23 24 distname griffon-${version}-bin 25 master_sites http://dist.codehaus.org/griffon/griffon/${branch}.x/ 25 26 extract.suffix .tgz 26 27 27 checksums md5 4104da3f48f5fea0941e803b5f12da70\28 sha1 1c042737297ba3267fdffd674df4b76fe4b39a13\29 rmd160 d124bd5b748d6221ba465c7955b6eaebfe4c6e3628 checksums md5 252e962a4f51f470b4f65bcbb85b5154 \ 29 sha1 4630538bff792456beb30d24479626380bb9d5cb \ 30 rmd160 9f1fa1bd8c3659815e5037094f92159b33f49e03 30 31 31 worksrcdir ${name}-${version}32 worksrcdir . 32 33 set workTarget "" 33 34 34 use_configure no 35 35 … … 38 38 pre-destroot { 39 39 # Remove extraneous bat files 40 foreach f [glob -directory ${worksrcpath} /bin *.bat] {40 foreach f [glob -directory ${worksrcpath}${workTarget}/griffon-${version}/bin *.bat] { 41 41 file delete $f 42 42 } … … 48 48 49 49 # Copy over the needed elements of our directory tree 50 file copy ${worksrcpath}/bash \ 51 ${worksrcpath}/conf \ 52 ${worksrcpath}/dist \ 53 ${worksrcpath}/INSTALL \ 54 ${worksrcpath}/lib \ 55 ${worksrcpath}/LICENSE \ 56 ${worksrcpath}/media \ 57 ${worksrcpath}/scripts \ 50 file copy ${worksrcpath}/griffon-${version}/bash \ 51 ${worksrcpath}/griffon-${version}/conf \ 52 ${worksrcpath}/griffon-${version}/dist \ 53 ${worksrcpath}/griffon-${version}/INSTALL \ 54 ${worksrcpath}/griffon-${version}/lib \ 55 ${worksrcpath}/griffon-${version}/LICENSE \ 56 ${worksrcpath}/griffon-${version}/media \ 57 ${worksrcpath}/griffon-${version}/src \ 58 ${worksrcpath}/griffon-${version}/scripts \ 58 59 ${destroot}${prefix}/share/java/${name}/ 59 60 60 61 xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}/bin 61 eval xinstall -m 755 [glob ${worksrcpath}/ bin/*] ${destroot}${prefix}/share/java/${name}/bin62 62 eval xinstall -m 755 [glob ${worksrcpath}/griffon-${version}/bin/*] ${destroot}${prefix}/share/java/${name}/bin 63 63 64 # Symlink programs into the bin directory 64 65 ln -s ${prefix}/share/java/${name}/bin/griffon ${destroot}${prefix}/bin
Note: See TracChangeset
for help on using the changeset viewer.

