summaryrefslogtreecommitdiff
path: root/devel/xulrunner10/buildlink3.mk
diff options
context:
space:
mode:
authorryoon <ryoon>2012-03-15 08:58:26 +0000
committerryoon <ryoon>2012-03-15 08:58:26 +0000
commiteaefdd1cbbfccf6b6ae472401057c0b0e9927b4b (patch)
tree6de06953ccbd45ca4f5f665b618096d241a6c65b /devel/xulrunner10/buildlink3.mk
parentb5b2bf71ecc1f4681b595ee718e84dc06fc712af (diff)
downloadpkgsrc-eaefdd1cbbfccf6b6ae472401057c0b0e9927b4b.tar.gz
Import xulrunner-10.0.3 as devel/xulrunner
* Successor of devel/xulrunner, xulrunner-10.0.2. * This is ESR (Extended Support Release) version. * Fix security bugs
Diffstat (limited to 'devel/xulrunner10/buildlink3.mk')
-rw-r--r--devel/xulrunner10/buildlink3.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/xulrunner10/buildlink3.mk b/devel/xulrunner10/buildlink3.mk
new file mode 100644
index 00000000000..a0e6cdfbea5
--- /dev/null
+++ b/devel/xulrunner10/buildlink3.mk
@@ -0,0 +1,32 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/15 08:58:27 ryoon Exp $
+
+BUILDLINK_TREE+= xulrunner10
+
+.if !defined(XULRUNNER10_BUILDLINK3_MK)
+XULRUNNER10_BUILDLINK3_MK:=
+
+pre-configure: xulrunner10-preconfigure
+.PHONY: xulrunner10-preconfigure
+xulrunner10-preconfigure:
+ cp ${PREFIX}/lib/xulrunner10/pkgconfig/* ${BUILDLINK_DIR}/lib/pkgconfig
+
+BUILDLINK_API_DEPENDS.xulrunner10+= xulrunner10>=10.0.2
+BUILDLINK_ABI_DEPENDS.xulrunner10?= xulrunner10>=10.0.2
+BUILDLINK_PKGSRCDIR.xulrunner10?= ../../devel/xulrunner10
+
+BUILDLINK_INCDIRS.xulrunner10+= lib/xulrunner10-sdk/include
+BUILDLINK_INCDIRS.xulrunner10+= include/xulrunner10
+BUILDLINK_FILES.xulrunner10+= lib/xulrunner10-sdk/include/*.h
+
+BUILDLINK_LIBDIRS.xulrunner10+= lib/xulrunner10-sdk/lib
+BUILDLINK_FILES.xulrunner10+= lib/xulrunner10-sdk/lib/*.so
+
+pkgbase := xulrunner10
+.include "../../mk/pkg-build-options.mk"
+.if !empty(PKG_BUILD_OPTIONS.xulrunner10:Mgnome)
+. include "../../devel/libgnomeui/buildlink3.mk"
+. include "../../sysutils/gnome-vfs/buildlink3.mk"
+.endif
+.endif # XULRUNNER10_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -xulrunner10