File:  [cvs.NetBSD.org] / pkgsrc / lang / sun-jre6 / Attic / buildlink3.mk
Revision 1.7: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:20 2018 UTC (6 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, HEAD
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.

# $NetBSD: buildlink3.mk,v 1.7 2018/01/07 13:04:20 rillig Exp $

BUILDLINK_TREE+=	sun-jre6

.if !defined(SUN_JRE6_BUILDLINK3_MK)
SUN_JRE6_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.sun-jre6+=	sun-jre6-[0-9]*
BUILDLINK_ABI_DEPENDS.sun-jre6+=	sun-jre6>=6.0.4
BUILDLINK_PKGSRCDIR.sun-jre6?=		../../lang/sun-jre6
BUILDLINK_JAVA_PREFIX.sun-jre6=		${PREFIX}/java/sun-6

UNLIMIT_RESOURCES+=	datasize	# Must be at least 131204
.endif # SUN_JRE6_BUILDLINK3_MK

BUILDLINK_TREE+=	-sun-jre6

CVSweb <webmaster@jp.NetBSD.org>