blob: aae20fada81a6b78b72950f01584535d64582520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile.common,v 1.19 2022/12/15 08:38:28 nia Exp $
# used by emulators/sameboy/Makefile
# used by emulators/libretro-sameboy/Makefile
DISTNAME= sameboy-0.15.8
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/}
GITHUB_PROJECT= SameBoy
GITHUB_TAG= v${PKGVERSION_NOREV}
LICENSE= mit
USE_TOOLS+= gmake pkg-config
TOOL_DEPENDS+= rgbds>=0.5.0:../../devel/rgbds
DISTINFO_FILE= ${.CURDIR}/../../emulators/sameboy/distinfo
PATCHDIR= ${.CURDIR}/../../emulators/sameboy/patches
# sh: /tmp/emulators/libretro-sameboy/work/SameBoy-0.13.2/build/pb12: text busy
MAKE_JOBS_SAFE= no
|