mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
14 lines
259 B
Makefile
14 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
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"
|