13 lines
259 B
Makefile
13 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 8
|
|
CATEGORIES= java devel
|
|
PKGNAMESUFFIX= -jre
|
|
|
|
COMMENT= Oracle's Java 6 Runtime Environment under the GPL v2
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk6
|
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|