File:  [cvs.NetBSD.org] / pkgsrc / x11 / renderproto / Attic / buildlink3.mk
Revision 1.16: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:42 2018 UTC (7 years, 3 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.16 2018/01/07 13:04:42 rillig Exp $

.include "../../mk/bsd.fast.prefs.mk"

BUILDLINK_TREE+=	renderproto

.if !defined(RENDERPROTO_BUILDLINK3_MK)
RENDERPROTO_BUILDLINK3_MK:=

.if ${X11_TYPE} == "native"
.  include "../../mk/x11.buildlink3.mk"
.  if ${BUILTIN_X11_TYPE.native} == "XFree86" || \
     ${BUILTIN_X11_TYPE.native} == "xorg" && \
     empty(BUILTIN_X11_VERSION.xorg)
RENDERPROTO_RENDERPROTO9=1
.  endif
.endif

.if defined(RENDERPROTO_RENDERPROTO9)
BUILDLINK_API_DEPENDS.renderproto+=	renderproto>=0.9.3nb1
BUILDLINK_PKGSRCDIR.renderproto?=	../../x11/renderproto9
BUILDLINK_BUILTIN_MK.renderproto=	../../x11/renderproto/builtin.mk
.else
BUILDLINK_API_DEPENDS.renderproto+=	renderproto>=0.9.3nb1
BUILDLINK_PKGSRCDIR.renderproto?=	../../x11/renderproto
.endif

BUILDLINK_DEPMETHOD.renderproto?=	build
.endif # RENDERPROTO_BUILDLINK3_MK

BUILDLINK_TREE+=	-renderproto

CVSweb <webmaster@jp.NetBSD.org>