pkgsrc/emulators/unicorn/buildlink3.mk
khorben 1293a497f7 Package the Python bindings for emulators/unicorn
No functional change intended for Unicorn itself.
Inspired by emulators/keystone and emulators/py-keystone.

Tested on NetBSD/amd64.
2018-02-26 02:25:28 +00:00

12 lines
313 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2018/02/26 02:25:28 khorben Exp $
BUILDLINK_TREE+= unicorn
.if !defined(UNICORN_BUILDLINK3_MK)
UNICORN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.unicorn+= unicorn>=1.0.1
BUILDLINK_PKGSRCDIR.unicorn?= ../../emulators/unicorn
.endif # UNICORN_BUILDLINK3_MK
BUILDLINK_TREE+= -unicorn