mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
11 lines
193 B
Makefile
11 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
|
|
|
|
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk8
|
|
|
|
.include "${MASTERDIR}/Makefile"
|