You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup deprecated 1.0
|
|
|
|
name opendx-java40
|
|
version 1999.11.15
|
|
categories devel
|
|
license IBMPL-1
|
|
# "IBM PUBLIC LICENSE", http://opendx.org/dlSource.html
|
|
maintainers nomaintainer
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
description Java classes used by OpenDX
|
|
long_description Classes to allow a Java applet access to Javascript objects
|
|
|
|
#homepage http://opendx.org/
|
|
#master_sites http://opendx.informatics.jax.org/libs/
|
|
homepage http://web.archive.org/web/20180102225501/http://www.opendx.org/
|
|
master_sites macports_distfiles
|
|
|
|
deprecated.upstream_support \
|
|
no
|
|
|
|
checksums rmd160 2cc5cbbaa54d9f446147e55a102cc19d993c35a1 \
|
|
sha256 7c5a55431ee737deb44dbbe3fd93feafcf5de7f612d6efa7d215eb3419e8a134 \
|
|
size 1754973
|
|
|
|
distname netscape-java40
|
|
|
|
use_configure no
|
|
build { }
|
|
destroot {
|
|
set java_share_dir ${destroot}${prefix}/share/java
|
|
xinstall -d -m 0755 ${java_share_dir}
|
|
xinstall -m 0644 ${worksrcpath}/java40.jar ${java_share_dir}
|
|
}
|
|
|
|
livecheck.type none
|