summaryrefslogtreecommitdiff
path: root/games/gru/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 01:50:47 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 01:50:47 +0000
commitc435094be7f57ddefc59a9ce837db76ed743b91a (patch)
treef29f479a64f425895589f924e6d7a190377cbcfc /games/gru/Makefile
parentUpdate {java,perl}2html to 0.6.3 (diff)
gru is to make your eyes happy if you look into the window for 20 seconds.
PR: 13890 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
Notes
Notes: svn path=/head/; revision=22033
Diffstat (limited to 'games/gru/Makefile')
-rw-r--r--games/gru/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/gru/Makefile b/games/gru/Makefile
new file mode 100644
index 000000000000..b766d40459bc
--- /dev/null
+++ b/games/gru/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gru
+# Version required: 8087
+# Date created: 21 Sep 1999
+# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
+#
+# $FreeBSD$
+#
+
+DISTNAME= gru-8087
+CATEGORIES= games
+MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/gru/
+
+MAINTAINER= th@cis.ibaraki.ac.jp
+
+USE_IMAKE= yes
+
+MAN1= gru.1
+MANCOMPRESSED= no
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gru ${PREFIX}/bin
+ @cp ${WRKSRC}/gru.man ${WRKSRC}/gru.1
+ @${INSTALL_MAN} ${WRKSRC}/gru.1 ${PREFIX}/man/man1
+ @install -d ${PREFIX}/share/doc/gru_8087
+ @install -c -m 444 ${WRKSRC}/README.jp ${PREFIX}/share/doc/gru_8087
+
+.include <bsd.port.mk>