16 lines
459 B
Text
16 lines
459 B
Text
# $NetBSD: Makefile.common,v 1.2 2020/05/14 17:51:22 nia Exp $
|
|
# used by emulators/nestopia/Makefile
|
|
# used by emulators/libretro-nestopia/Makefile
|
|
|
|
DISTNAME= nestopia-1.50
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=0ldsk00l/}
|
|
GITHUB_PROJECT= nestopia
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++03
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../emulators/nestopia/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../emulators/nestopia/patches
|