blob: 4296df43ec7760f7bce5d3488fea7c7e3559ad9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile.common,v 1.5 2021/09/19 08:14:58 nia Exp $
# used by emulators/gearsystem/Makefile
# used by emulators/libretro-gearsystem/Makefile
DISTNAME= gearsystem-3.4.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=drhelius/}
GITHUB_PROJECT= Gearsystem
GITHUB_TAG= ${DISTNAME}
USE_LANGUAGES= c c++
DISTINFO_FILE= ${.CURDIR}/../../emulators/gearsystem/distinfo
PATCHDIR= ${.CURDIR}/../../emulators/gearsystem/patches
CHECK_PORTABILITY_SKIP+= platforms/*/dependencies/SDL-*/premake/*/build-scripts/*
CHECK_PORTABILITY_SKIP+= platforms/*/dependencies/SDL-*/Xcode/SDL/pkg-support/*
CHECK_PORTABILITY_SKIP+= platforms/*/dependencies/SDL-*/build-scripts/*
|