RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/tom/Portfile,v
retrieving revision 1.3
diff -b -u -r1.3 Portfile
|
|
|
12 | 12 | and our experiences on the efficient compilation of ELAN\ |
13 | 13 | developed by the Protheo group.\ |
14 | 14 | Don't forget to add `echo \${TOM_HOME}/lib/*.jar | tr ' ' ':'`\ |
15 | | to your CLASSPATH, TOM_HOME being /opt/local/share/java/jtom-${version} |
| 15 | to your CLASSPATH, TOM_HOME being /opt/local/share/java/tom-${version} |
16 | 16 | platforms darwin freebsd linux |
17 | 17 | categories lang |
18 | 18 | maintainers reilles@loria.fr |
… |
… |
|
22 | 22 | cvs.root :pserver:cvs@cvs-sop.inria.fr:/CVS/aircube |
23 | 23 | cvs.password RSUG |
24 | 24 | cvs.tag tom-2_1 |
25 | | cvs.module ${name} |
26 | | worksrcdir ${name} |
| 25 | cvs.module jtom |
| 26 | worksrcdir jtom |
27 | 27 | |
28 | 28 | depends_build bin:ant:apache-ant |
29 | 29 | |