1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@
SUBDIR += openjdk19
SUBDIR += openjdk20
SUBDIR += openjdk21
SUBDIR += openjdk21-jre
SUBDIR += openjdk22
SUBDIR += openjdk23
SUBDIR += openjdk24
+8
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"