summaryrefslogtreecommitdiff
path: root/misc/cmatrix/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 04:36:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 04:36:15 +0000
commit5bd93a51feec4248dea8de4dbb07cc46f2846907 (patch)
tree1494278c5d3a0b56fec61470b5906f8af918e3a0 /misc/cmatrix/Makefile
parentAdd the wmtictactoe port. (diff)
Initial import of cmatrix version 0.98b.
Shows a scrolling 'Matrix' like screen. PR: 11427 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18415
Diffstat (limited to 'misc/cmatrix/Makefile')
-rw-r--r--misc/cmatrix/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile
new file mode 100644
index 000000000000..a5e41ae7ab30
--- /dev/null
+++ b/misc/cmatrix/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: cmatrix
+# Version required: 0.98b
+# Date created: 1 May 1999
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= cmatrix-0.98b
+CATEGORIES= misc
+MASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/cmatrix
+.for file in COPYING Changelog README TODO
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
+.endfor
+.endif
+
+.include <bsd.port.mk>