Changeset 79712
- Timestamp:
- 06/23/11 13:58:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/java/jgoodies-forms/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/java/jgoodies-forms/Portfile
r79708 r79712 2 2 3 3 PortSystem 1.0 4 name jgoodies-forms5 version 1.4.16 categories java7 platforms darwin8 maintainers blair4 name jgoodies-forms 5 version 1.4.1 6 categories java 7 platforms darwin 8 maintainers blair 9 9 10 description Framework to lay out and implement Swing panels.11 long_description The JGoodies Forms framework helps you lay out and \12 implement elegant Swing panels quickly and \13 consistently. It makes simple things easy and the \14 hard stuff possible, the good design easy and the \15 bad difficult.16 homepage http://www.jgoodies.com/freeware/forms/10 description Framework to lay out and implement Swing panels. 11 long_description The JGoodies Forms framework helps you lay out and \ 12 implement elegant Swing panels quickly and \ 13 consistently. It makes simple things easy and the \ 14 hard stuff possible, the good design easy and the \ 15 bad difficult. 16 homepage http://www.jgoodies.com/freeware/forms/ 17 17 18 master_sites http://www.jgoodies.com/download/libraries/forms/19 distname ${name}-1_4_120 checksums md5 33993aed149bc4be7dda74cbaa8653a5 \21 sha1 bb7fa3e6f6cd0ea6a3f790b97afad4dc290ca45e \22 rmd160 86cc74b0945560b7f35e8e197036b85fe41e7a6b23 use_zip yes18 master_sites http://www.jgoodies.com/download/libraries/forms/ 19 distname ${name}-1_4_1 20 checksums md5 33993aed149bc4be7dda74cbaa8653a5 \ 21 sha1 bb7fa3e6f6cd0ea6a3f790b97afad4dc290ca45e \ 22 rmd160 86cc74b0945560b7f35e8e197036b85fe41e7a6b 23 use_zip yes 24 24 25 depends_lib bin:java:kaffe \26 port:jgoodies-common25 depends_lib bin:java:kaffe \ 26 port:jgoodies-common 27 27 28 use_configure no28 use_configure no 29 29 30 worksrcdir ${name}-${version}30 worksrcdir ${name}-${version} 31 31 32 build.cmd true32 build.cmd true 33 33 34 34 destroot { 35 set javadir ${destroot}${prefix}/share/java36 set docdir ${destroot}${prefix}/share/doc/${name}35 set javadir ${destroot}${prefix}/share/java 36 set docdir ${destroot}${prefix}/share/doc/${name} 37 37 38 xinstall -d -m 755 ${javadir}39 xinstall -d -m 755 ${docdir}38 xinstall -d -m 755 ${javadir} 39 xinstall -d -m 755 ${docdir} 40 40 41 file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar42 foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {43 file copy ${worksrcpath}/${f} ${docdir}/44 }41 file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar 42 foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} { 43 file copy ${worksrcpath}/${f} ${docdir}/ 44 } 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.

