diff options
Diffstat (limited to 'emulators/x16-emulator/Makefile')
-rw-r--r-- | emulators/x16-emulator/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/x16-emulator/Makefile b/emulators/x16-emulator/Makefile new file mode 100644 index 00000000000..5750d381d94 --- /dev/null +++ b/emulators/x16-emulator/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2019/12/28 19:32:18 thorpej Exp $ + +DISTNAME= x16-emulator-35 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_GITHUB:=commanderx16/} +GITHUB_PROJECT= x16-emulator +GITHUB_TAG= r${PKGVERSION_NOREV} + +MAINTAINER= thorpej@NetBSD.org +HOMEPAGE= http://commanderx16.com/ +COMMENT= Emulator for the Commander X16 computer system +LICENSE= 2-clause-bsd + +DEPENDS+= x16-rom-35{,nb*}:../../emulators/x16-rom +MAKE_ENV+= ROM_RELATIVE_PATH=../share/x16/ + +USE_TOOLS+= gmake + +INSTALLATION_DIRS+= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/x16emu ${DESTDIR}${PREFIX}/bin + +.include "../../devel/SDL2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |