freebsd-ports/java/openjdk6-jre/Makefile
Jung-uk Kim d89d9f9160 - Sync. extremely outdated sun.util.resources.TimeZoneNames to the latest
tzdata 2013i from the upstream.  Note we are not updating zoneinfo data here
as it can be updated via java/java-zoneinfo.
- Fix build with Clang 3.4 and other miscellaneous issues while I am here.
2014-03-03 23:45:26 +00:00

13 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"