summaryrefslogtreecommitdiff
path: root/emulators/gnuboy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gnuboy/Makefile')
-rw-r--r--emulators/gnuboy/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index 5e87f197742..87b276e67de 100644
--- a/emulators/gnuboy/Makefile
+++ b/emulators/gnuboy/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2003/02/14 20:06:00 salo Exp $
+# $NetBSD: Makefile,v 1.3 2003/02/16 21:41:08 salo Exp $
DISTNAME= gnuboy-1.0.3
-CATEGORIES= emulators
+PKGREVISION= 1
+CATEGORIES= emulators games
MASTER_SITES= http://gnuboy.unix-fu.org/src/
-MAINTAINER= motor@diku.dk
+MAINTAINER= njl@sdf.lonestar.org
HOMEPAGE= http://gnuboy.unix-fu.org/
COMMENT= gameboy emulator
@@ -12,8 +13,11 @@ 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}/docs/* ${PREFIX}/share/doc/gnuboy/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnuboy
+ ${INSTALL_PROGRAM} ${WRKSRC}/xgnuboy ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/etc/sample.rc \
+ ${PREFIX}/share/examples/gnuboy/
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs/* \
+ ${PREFIX}/share/doc/gnuboy/
.include "../../mk/bsd.pkg.mk"