summaryrefslogtreecommitdiff
path: root/devel/xulrunner192/buildlink3.mk
blob: 6f4cd3d46a4e7c209b1f85dc27b292ac8d811b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: buildlink3.mk,v 1.13 2012/09/15 10:04:23 obache Exp $

BUILDLINK_TREE+=	xulrunner192

.if !defined(XULRUNNER192_BUILDLINK3_MK)
XULRUNNER192_BUILDLINK3_MK:=

pre-configure: xulrunner192-preconfigure
.PHONY: xulrunner192-preconfigure
xulrunner192-preconfigure:
	cp ${PREFIX}/lib/xulrunner192/pkgconfig/* ${BUILDLINK_DIR}/lib/pkgconfig

BUILDLINK_API_DEPENDS.xulrunner192+=	xulrunner192>=1.9.2.17nb2<2.0
BUILDLINK_ABI_DEPENDS.xulrunner192+=	xulrunner192>=1.9.2.28nb3
BUILDLINK_PKGSRCDIR.xulrunner192?=	../../devel/xulrunner192

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

BUILDLINK_TREE+=	-xulrunner192