mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
e45d1e1be9
- Update TimeZoneNames to tzdata2014b. - Enlist openjdk6 users as testers of ant 1.9.4.
14 lines
259 B
Makefile
14 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
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"
|