summaryrefslogtreecommitdiff
path: root/emulators/gnuboy-sdl/Makefile
diff options
context:
space:
mode:
authordillo <dillo>2004-07-26 17:05:05 +0000
committerdillo <dillo>2004-07-26 17:05:05 +0000
commit5f2db52a005881dbc4ee63b03f28b589daad9270 (patch)
tree499e03d112d169b488df7d9422034437fbf087fc /emulators/gnuboy-sdl/Makefile
parentdcc5a63853b52f6dbfd127a0fe1ed062ec1a893f (diff)
downloadpkgsrc-5f2db52a005881dbc4ee63b03f28b589daad9270.tar.gz
SDL port of gnuboy, a Nintendo Gameboy / Gameboy Color emulator.
Diffstat (limited to 'emulators/gnuboy-sdl/Makefile')
-rw-r--r--emulators/gnuboy-sdl/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/emulators/gnuboy-sdl/Makefile b/emulators/gnuboy-sdl/Makefile
new file mode 100644
index 00000000000..2834cd83ac2
--- /dev/null
+++ b/emulators/gnuboy-sdl/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 17:05:05 dillo Exp $
+
+DISTNAME= gnuboy-1.0.3
+PKGNAME= ${DISTNAME:S/-/-sdl-/}
+CATEGORIES= emulators
+MASTER_SITES= http://gnuboy.unix-fu.org/src/
+
+MAINTAINER= dillo@NetBSD.org
+HOMEPAGE= http://gnuboy.unix-fu.org/
+COMMENT= SDL port of Gameboy emulator
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_BUILDLINK3= yes
+CONFIGURE_ARGS+=--with-sdl
+
+.include "../../devel/SDL/buildlink3.mk"
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuboy-sdl
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnuboy-sdl
+ ${INSTALL_PROGRAM} ${WRKSRC}/sdlgnuboy ${PREFIX}/bin/gnuboy-sdl
+ ${INSTALL_DATA} ${WRKSRC}/etc/sample.rc \
+ ${PREFIX}/share/examples/gnuboy-sdl/
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs/* \
+ ${PREFIX}/share/doc/gnuboy-sdl/
+
+.include "../../mk/bsd.pkg.mk"