java/openjdk21-jre: New port

PR:		287500
Reported by:	bsd@abinet.ru
This commit is contained in:
Muhammad Moinur Rahman 2025-08-03 20:23:04 +02:00
parent bdd45f4a73
commit e626e069e7
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 9 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += openjdk19
SUBDIR += openjdk20
SUBDIR += openjdk21
SUBDIR += openjdk21-jre
SUBDIR += openjdk22
SUBDIR += openjdk23
SUBDIR += openjdk24

View File

@ -0,0 +1,8 @@
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
BUILD_JRE= yes
MASTERDIR= ${.CURDIR}/../openjdk21
.include "${MASTERDIR}/Makefile"