File:  [cvs.NetBSD.org] / pkgsrc / devel / xulrunner192 / Attic / buildlink3.mk
Revision 1.16: download - view: text, annotated - select for diffs
Sat Jan 26 21:36:23 2013 UTC (11 years, 10 months ago) by adam
Branches: MAIN
CVS tags: HEAD
Revbump after graphics/jpeg and textproc/icu

# $NetBSD: buildlink3.mk,v 1.16 2013/01/26 21:36:23 adam 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.28nb8
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

CVSweb <webmaster@jp.NetBSD.org>