blob: e343f960bfeca1648143575bb4d5ca9f24dc1e71 (
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.18 2022/09/06 15:42:00 nia Exp $
# used by emulators/sameboy/Makefile
# used by emulators/libretro-sameboy/Makefile
DISTNAME= sameboy-0.15.5
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-9]*:../../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
|