pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

flatzebra: Add blk3



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jul 28 21:04:24 2016 +0200
Changeset:	3bbdd40b36e35d59d7aeca8e7924f99fb5778b2f

Added Files:
	flatzebra/buildlink3.mk

Log Message:
flatzebra: Add blk3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3bbdd40b36e35d59d7aeca8e7924f99fb5778b2f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 flatzebra/buildlink3.mk | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diffs:
diff --git a/flatzebra/buildlink3.mk b/flatzebra/buildlink3.mk
new file mode 100644
index 0000000..69e0c69
--- /dev/null
+++ b/flatzebra/buildlink3.mk
@@ -0,0 +1,32 @@
+# $NetBSD$
+# XXX
+# XXX This file was created automatically using createbuildlink-3.17.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed.  Please do not commit
+# XXX unverified buildlink3.mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX	BUILDLINK_DEPMETHOD.flatzebra?=	build
+
+BUILDLINK_TREE+=	flatzebra
+
+.if !defined(FLATZEBRA_BUILDLINK3_MK)
+FLATZEBRA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.flatzebra+=	flatzebra>=0.1.6
+BUILDLINK_PKGSRCDIR.flatzebra?=	../../wip/flatzebra
+
+# XXX
+# XXX Uncomment and keep only the buildlink3 lines below which are directly
+# XXX needed for dependencies to compile, link, and run.  If this package
+# XXX provides a wrappered API or otherwise does not expose the APIs of the
+# XXX buildlink3 lines below to dependencies, remove them.
+# XXX
+#.include "../../audio/SDL_mixer/buildlink3.mk"
+#.include "../../devel/SDL/buildlink3.mk"
+#.include "../../graphics/SDL_image/buildlink3.mk"
+.endif	# FLATZEBRA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-flatzebra


Home | Main Index | Thread Index | Old Index