summaryrefslogtreecommitdiff
path: root/games/cmatrix/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-07 18:03:10 +0000
committerxtraeme <xtraeme>2004-07-07 18:03:10 +0000
commit46251db0d3b80c05bd2ec6c4ee733c5bd2938cb2 (patch)
treeeeebc018a3910351113b0632ab513d7df433ac76 /games/cmatrix/Makefile
parent547f23c0175b6985b865d85e17f0c0d69f5687a6 (diff)
downloadpkgsrc-46251db0d3b80c05bd2ec6c4ee733c5bd2938cb2.tar.gz
Initial import of cmatrix-1.2a from pkgsrc-wip, contributed by
Michal Pasternak. Make your console look like Nadbuchonazor's bridge. CMatrix displays green characters, falling from top of the screen, almost like the ones seen in "Matrix" movie series.
Diffstat (limited to 'games/cmatrix/Makefile')
-rw-r--r--games/cmatrix/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/cmatrix/Makefile b/games/cmatrix/Makefile
new file mode 100644
index 00000000000..267289f2637
--- /dev/null
+++ b/games/cmatrix/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/07 18:03:10 xtraeme Exp $
+#
+
+DISTNAME= cmatrix-1.2a
+CATEGORIES= games
+MASTER_SITES= http://www.asty.org/cmatrix/dist/
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://www.asty.org/cmatrix/
+COMMENT= Make your console feel like Nadbuchonazor's bridge
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin/cmatrix
+ ${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1/cmatrix.1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/cmatrix
+ ${INSTALL_DATA} ${WRKSRC}/mtx.pcf ${PREFIX}/share/cmatrix/mtx.pcf
+
+.include "../../mk/bsd.pkg.mk"