summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkamil <kamil>2016-06-14 06:59:43 +0000
committerkamil <kamil>2016-06-14 06:59:43 +0000
commitf6d2e3839ce42fd4128c835c666584fb8664f80d (patch)
tree82a1131e0eeb9372453bda9b52a21894e8592d4b /emulators
parentad03fc5b38985feb1ddba8f8097973e509c2d6f2 (diff)
downloadpkgsrc-f6d2e3839ce42fd4128c835c666584fb8664f80d.tar.gz
Add buildlink3.mk to emulators/keystone
Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/keystone/Makefile4
-rw-r--r--emulators/keystone/buildlink3.mk12
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/keystone/Makefile b/emulators/keystone/Makefile
index c0d644f11b4..8e40691eb86 100644
--- a/emulators/keystone/Makefile
+++ b/emulators/keystone/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2016/06/11 21:03:41 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/14 06:59:43 kamil Exp $
.include "Makefile.common"
+PKGREVISION= 1
+
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Multi-platform and multi-arch assembler framework
diff --git a/emulators/keystone/buildlink3.mk b/emulators/keystone/buildlink3.mk
new file mode 100644
index 00000000000..04cfb6f00e2
--- /dev/null
+++ b/emulators/keystone/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/06/14 06:59:43 kamil Exp $
+
+BUILDLINK_TREE+= keystone
+
+.if !defined(KEYSTONE_BUILDLINK3_MK)
+KEYSTONE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.keystone+= keystone>=0.9
+BUILDLINK_PKGSRCDIR.keystone?= ../../emulators/keystone
+.endif # KEYSTONE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -keystone