summaryrefslogtreecommitdiff
path: root/games/cmatrix/Makefile
diff options
context:
space:
mode:
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"