File:  [cvs.NetBSD.org] / pkgsrc / graphics / qore-glut-module / Attic / buildlink3.mk
Revision 1.5: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:16 2018 UTC (6 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: 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.5 2018/01/07 13:04:16 rillig Exp $
#

BUILDLINK_TREE+=	qore-glut-module

.if !defined(QORE_GLUT_MODULE_BUILDLINK3_MK)
QORE_GLUT_MODULE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.qore-glut-module+=	qore-glut-module>=0.0.3
BUILDLINK_ABI_DEPENDS.qore-glut-module?=	qore-glut-module>=0.0.3nb7
BUILDLINK_PKGSRCDIR.qore-glut-module?=		../../graphics/qore-glut-module

.include "../../graphics/qore-opengl-module/buildlink3.mk"
.endif	# QORE_GLUT_MODULE_BUILDLINK3_MK

BUILDLINK_TREE+=	-qore-glut-module

CVSweb <webmaster@jp.NetBSD.org>