File:  [cvs.NetBSD.org] / pkgsrc / devel / xulrunner45 / Attic / buildlink3.mk
Revision 1.6: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:11 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.6 2018/01/07 13:04:11 rillig Exp $

BUILDLINK_TREE+=	xulrunner45

.if !defined(XULRUNNER45_BUILDLINK3_MK)
XULRUNNER45_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.xulrunner45+=	xulrunner45>=45.1.0
BUILDLINK_ABI_DEPENDS.xulrunner45+=	xulrunner45>=45.9.0nb1
BUILDLINK_PKGSRCDIR.xulrunner45?=	../../devel/xulrunner45

BUILDLINK_INCDIRS.xulrunner45+=		lib/xulrunner45/include
BUILDLINK_INCDIRS.xulrunner45+=		include/xulrunner45
BUILDLINK_FILES.xulrunner45+=		lib/xulrunner45/include/*.h

BUILDLINK_LIBDIRS.xulrunner45+=		lib/xulrunner45/lib
BUILDLINK_FILES.xulrunner45+=		lib/xulrunner45/lib/*.so
BUILDLINK_FILES.xulrunner45+=		lib/xulrunner45/pkgconfig/*pc
BUILDLINK_FNAME_TRANSFORM.xulrunner45+=	-e "s|lib/xulrunner45/pkgconfig|lib/pkgconfig|"

pkgbase := xulrunner45
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.xulrunner45:Mgnome)
.  include "../../devel/libgnomeui/buildlink3.mk"
.  include "../../sysutils/gnome-vfs/buildlink3.mk"
.endif
.include "../../devel/nspr/buildlink3.mk"
.endif # XULRUNNER45_BUILDLINK3_MK

BUILDLINK_TREE+=	-xulrunner45

CVSweb <webmaster@jp.NetBSD.org>