summaryrefslogtreecommitdiff
path: root/emulators/realboy/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-11-13 10:41:09 +0000
committerwiz <wiz>2013-11-13 10:41:09 +0000
commit89bd4af1c5e197ec9af94ce54d46c3418a7a7636 (patch)
tree32a253c257cd91730a30667dadd892446bd77529 /emulators/realboy/Makefile
parent194875eb15b2d19ad7e0cd6ffa1d13d352b492d1 (diff)
downloadpkgsrc-89bd4af1c5e197ec9af94ce54d46c3418a7a7636.tar.gz
Import realboy-0.1.3 as emulators/realboy.
RealBoy is a Free, Fast, Yet Accurate, Game Boy/Game Boy Color Emulator for Linux/Unix. It has both technical as well as educational goals. Technically, it aims for the following: 1) Accuracy. Perhaps the most important technical goal, as seen in the best closed-sourced emulators, such as KiGB and BGB, and some free emulators, such as Gambatte and MESS. 2) Performance. Show that it is possible to implement a very fast emulator without sacrificing accuracy. 3) Feature-rich. Implement advanced features such as a flexible internal debugger.
Diffstat (limited to 'emulators/realboy/Makefile')
-rw-r--r--emulators/realboy/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/realboy/Makefile b/emulators/realboy/Makefile
new file mode 100644
index 00000000000..371e59bd017
--- /dev/null
+++ b/emulators/realboy/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/11/13 10:41:09 wiz Exp $
+
+DISTNAME= realboy-0.1.3
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=realboy/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://realboyemulator.wordpress.com/
+COMMENT= Complete, fast, yet accurate Game Boy/Game Boy Color emulator
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+INSTALLATION_DIRS= share/doc/realboy
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/realboy
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"