mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cf118ccf87
Reported by: lwhsu
9 lines
181 B
Makefile
9 lines
181 B
Makefile
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
|
|
|
|
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|