pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Added buildlink file for ocaml-lablgtk3
Module Name: pkgsrc-wip
Committed By: Jaap Boender <jaapb%kerguelen.org@localhost>
Pushed By: jaapb
Date: Tue May 21 14:41:45 2019 +0100
Changeset: 56d6850bff8d1b1a1d43aa5580734c0df78d69dd
Added Files:
ocaml-lablgtk3/buildlink3.mk
Log Message:
Added buildlink file for ocaml-lablgtk3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=56d6850bff8d1b1a1d43aa5580734c0df78d69dd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ocaml-lablgtk3/buildlink3.mk | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diffs:
diff --git a/ocaml-lablgtk3/buildlink3.mk b/ocaml-lablgtk3/buildlink3.mk
new file mode 100644
index 0000000000..17628c2f84
--- /dev/null
+++ b/ocaml-lablgtk3/buildlink3.mk
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= ocaml-lablgtk3
+
+.if !defined(OCAML_LABLGTK3_BUILDLINK3_MK)
+OCAML_LABLGTK3_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-lablgtk3+= ocaml-lablgtk3>=3.0beta6
+BUILDLINK_PKGSRCDIR.ocaml-lablgtk3?= ../../wip/ocaml-lablgtk3
+
+# options must be exposed if and only if we built with them
+pkgbase := ocaml-lablgtk3
+.include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk3:Mgtkspell)
+. include "../../textproc/gtkspell3/buildlink3.mk"
+.endif
+
+.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk3:Mgtksourceview3)
+. include "../../x11/gtksourceview3/buildlink3.mk"
+.endif
+
+.endif # OCAML_LABLGTK3_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-lablgtk3
Home |
Main Index |
Thread Index |
Old Index