summaryrefslogtreecommitdiff
path: root/emulators/gnuboy/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-05-30 11:13:18 +0000
committeragc <agc@pkgsrc.org>2001-05-30 11:13:18 +0000
commit13bcdf60ba648e099fe45a4a938aef9433423d90 (patch)
treef38257ebc93e0d5106b9d3c2bfbb51b9ab6835f4 /emulators/gnuboy/Makefile
parent1bebbc22178479e0a0fe08b50422c551874fdb5d (diff)
downloadpkgsrc-13bcdf60ba648e099fe45a4a938aef9433423d90.tar.gz
Initial import of gnuboy-0.9.13 into the NetBSD packages collection.
Addresses PR 13060 from motor@diku.dk Gnuboy is an open source gameboy emulator
Diffstat (limited to 'emulators/gnuboy/Makefile')
-rw-r--r--emulators/gnuboy/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
new file mode 100644
index 00000000000..842fa060d19
--- /dev/null
+++ b/emulators/gnuboy/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/30 11:13:18 agc Exp $
+
+DISTNAME= gnuboy-0.9.13
+CATEGORIES= emulators
+MASTER_SITES= http://brightrain.aerifal.cx/~laguna/src/
+
+MAINTAINER= motor@diku.dk
+HOMEPAGE= http://brightrain.aerifal.cx/~laguna/
+COMMENT= gameboy emulator
+
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuboy
+ ${INSTALL_PROGRAM} ${WRKSRC}/xgnuboy ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/etc/sample.rc \
+ ${WRKSRC}/CREDITS ${PREFIX}/share/doc/gnuboy/
+
+.include "../../mk/bsd.pkg.mk"