mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
8 lines
180 B
Makefile
8 lines
180 B
Makefile
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
|
|
|
|
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk8
|
|
|
|
.include "${MASTERDIR}/Makefile"
|