blob: 28de2aaf30e22bdb6135409f7c5049f81ca66a7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.common,v 1.6 2021/02/28 13:25:47 wiz Exp $
#
# used by emulators/py-unicorn/Makefile
DISTNAME= unicorn-1.0.2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=unicorn-engine/}
GITHUB_PROJECT= unicorn
HOMEPAGE= https://www.unicorn-engine.org/
DISTINFO_FILE= ${.CURDIR}/../../emulators/unicorn/distinfo
PATCHDIR= ${.CURDIR}/../../emulators/unicorn/patches
CHECK_PORTABILITY_SKIP+= install-cmocka-linux.sh
|