80bd453764
(true for 1.5, but officially branded as such for 6), so this is called "sun-j{dk,re}6" rather than "sun-j{dk,re}16". amd64 support is not currently included, but initial provision exists in the sun-jre6 package as it was cloned initially from sun-jre15.
23 lines
766 B
Makefile
23 lines
766 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2007/02/18 19:11:28 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
SUN_JRE15_BUILDLINK3_MK:= ${SUN_JRE15_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= sun-jre15
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsun-jre15}
|
|
BUILDLINK_PACKAGES+= sun-jre15
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}sun-jre15
|
|
|
|
.if !empty(SUN_JRE15_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.sun-jre15+= sun-jre15-[0-9]*
|
|
BUILDLINK_ABI_DEPENDS.sun-jre15?= sun-jre15>=5.0.6nb2
|
|
BUILDLINK_PKGSRCDIR.sun-jre15?= ../../lang/sun-jre15
|
|
BUILDLINK_JAVA_PREFIX.sun-jre15= ${PREFIX}/java/sun-1.5
|
|
|
|
UNLIMIT_RESOURCES+= datasize # Must be at least 131204
|
|
.endif # SUN_JRE15_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|