? jakarta-servletapi-4
? Portfile.diff
? work
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apache-ant/Portfile,v
retrieving revision 1.17
diff -u -r1.17 Portfile
|
|
|
4 | 4 | |
5 | 5 | name apache-ant |
6 | 6 | version 1.6.2 |
| 7 | revision 2 |
| 8 | |
7 | 9 | categories devel java |
8 | 10 | maintainers sean@fuzzymagic.com james@jberry.us |
9 | 11 | description Java opensource build system |
… |
… |
|
26 | 28 | use_bzip2 yes |
27 | 29 | use_configure no |
28 | 30 | |
29 | | build.cmd "" |
| 31 | build.cmd "echo no build required" |
30 | 32 | build.args "" |
31 | | build.target "" |
| 33 | build.target "" |
32 | 34 | |
33 | 35 | variant darwin { |
34 | 36 | extract.post_args | gnutar -x |