Last change
on this file was
140799,
checked in by dstrubbe@…, 3 years ago
|
opendx, opendx-samples, opendx-java40:
- Patch opendx to avoid a destroot error due to one place where DESTDIR was not used.
- Add license info
- opendx: replace broken URL for master_sites with macports_distfiles like for the other two.
- opendx: Add livecheck.
- Add modelines at the top of the Portfiles
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
855 bytes
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 140799 2015-10-03 04:05:01Z dstrubbe@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name opendx-java40 |
---|
6 | version 1999.11.15 |
---|
7 | categories devel |
---|
8 | license Permissive |
---|
9 | # "IBM PUBLIC LICENSE", http://opendx.org/dlSource.html |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Java classes used by OpenDX |
---|
15 | long_description \ |
---|
16 | Classes to allow a Java applet access to Javascript objects |
---|
17 | |
---|
18 | homepage http://opendx.org/ |
---|
19 | #master_sites http://opendx.informatics.jax.org/libs/ |
---|
20 | master_sites macports_distfiles |
---|
21 | |
---|
22 | checksums md5 7b7601d1339f852de69a87a2028448d2 |
---|
23 | |
---|
24 | distname netscape-java40 |
---|
25 | |
---|
26 | configure { } |
---|
27 | build { } |
---|
28 | destroot { |
---|
29 | set java_share_dir ${destroot}${prefix}/share/java |
---|
30 | file mkdir ${java_share_dir} |
---|
31 | file copy ${worksrcpath}/java40.jar ${java_share_dir} |
---|
32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.