summaryrefslogtreecommitdiff
path: root/games/minami/Makefile
diff options
context:
space:
mode:
authorkei <kei>2001-04-22 07:53:00 +0000
committerkei <kei>2001-04-22 07:53:00 +0000
commitb8efd6ceb323e1e77dc6d81ce953480dac0b97db (patch)
treed113960a8438454e4964730eeeca9d3b7c083837 /games/minami/Makefile
parent657ea1c9b4d469f9975537f69797a0e13c664819 (diff)
downloadpkgsrc-b8efd6ceb323e1e77dc6d81ce953480dac0b97db.tar.gz
first import of Minami-Sinzyuku adventure 1.0.2 package.
from pkg/DESCR: Minami-Sinzyuku Adventure is a text-based adventure game. It was made for BSD Magazine Parody Issue 2001 Vol.1 published on 2001-04-01:-). All written in Japanese.
Diffstat (limited to 'games/minami/Makefile')
-rw-r--r--games/minami/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/minami/Makefile b/games/minami/Makefile
new file mode 100644
index 00000000000..a0d3bc83d7e
--- /dev/null
+++ b/games/minami/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 07:53:00 kei Exp $
+#
+
+DISTNAME= minami-1.0.2
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.guru.gr.jp/pub/minami/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= kei@netbsd.org
+HOMEPAGE= http://www.guru.gr.jp/~issei/minami/
+COMMENT= Text adventure
+
+USE_PERL5= # empty
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/minami ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"