You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 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
|
|
|
|
name openjdk13-bootstrap
|
|
version 13
|
|
set build 33
|
|
categories java devel
|
|
# TODO: specify which darwin versions the binary actually works on
|
|
platforms {darwin any}
|
|
supported_archs x86_64
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description OpenJDK 13 Boot JDK
|
|
long_description OpenJDK 13 Boot JDK to bootstrap Openjdk13 port
|
|
homepage https://jdk.java.net/
|
|
master_sites https://download.java.net/java/GA/jdk${version}/5b8a42f3905b406298b72d750b6919f6/${build}/GPL/
|
|
|
|
checksums rmd160 d9dd9241fa5d6fbdf0ab59acdb8e21e8c5f98a5f \
|
|
sha256 1a9c096630a0e4f27ce61ac9e477378b8581c537568186d4afd0b416a7e9dd68 \
|
|
size 189943388
|
|
|
|
use_xcode no
|
|
use_configure no
|
|
distname openjdk-13_osx-x64_bin
|
|
worksrcdir jdk-13.jdk
|
|
|
|
build {}
|
|
|
|
set path /Library/Java/JavaVirtualMachines/${name}
|
|
destroot {
|
|
xinstall -m 755 -d ${destroot}${path}
|
|
copy ${worksrcpath}/Contents ${destroot}${path}
|
|
}
|
|
destroot.violate_mtree yes
|