aboutsummaryrefslogtreecommitdiff
path: root/misc/termatrix
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2007-07-30 04:40:53 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2007-07-30 04:40:53 +0000
commit4af0afc7bf62ff961e4c1431abf6383eda40f0e1 (patch)
tree0d638cd243fc3cff42617a36cbf25a8076feecc2 /misc/termatrix
parentfce56160265c1f6c2cfb75da9a3bc7ebee6dc3d9 (diff)
downloadports-4af0afc7bf62ff961e4c1431abf6383eda40f0e1.tar.gz
ports-4af0afc7bf62ff961e4c1431abf6383eda40f0e1.zip
Add termatrix, emulates Matrix terminal's "green tears" effect.
Approved by: rafan (mentor, implicit)
Notes
Notes: svn path=/head/; revision=196690
Diffstat (limited to 'misc/termatrix')
-rw-r--r--misc/termatrix/Makefile31
-rw-r--r--misc/termatrix/distinfo3
-rw-r--r--misc/termatrix/pkg-descr4
3 files changed, 38 insertions, 0 deletions
diff --git a/misc/termatrix/Makefile b/misc/termatrix/Makefile
new file mode 100644
index 000000000000..e4fb12749aec
--- /dev/null
+++ b/misc/termatrix/Makefile
@@ -0,0 +1,31 @@
+# Ports collection makefile for: termatrix
+# Date created: 2007/07/30
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= termatrix
+PORTVERSION= 0.2
+CATEGORIES= misc
+MASTER_SITES= LOCAL/chinsan \
+ http://lightless.org/files/
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= Emulates Matrix terminal's "green tears" effect
+
+PLIST_FILES= bin/termatrix
+PORTDOCS= README
+
+do-build:
+ ${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/termatrix \
+ ${WRKSRC}/termatrix.c ${LDFLAGS}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/termatrix ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/misc/termatrix/distinfo b/misc/termatrix/distinfo
new file mode 100644
index 000000000000..249037fb07ce
--- /dev/null
+++ b/misc/termatrix/distinfo
@@ -0,0 +1,3 @@
+MD5 (termatrix-0.2.tar.gz) = bd27aabb2d6b0ae8c23e02464249c042
+SHA256 (termatrix-0.2.tar.gz) = 284821c5bcf743426b7490497b65e7b3025f333eba36f07d8cc84f23f0f85e06
+SIZE (termatrix-0.2.tar.gz) = 8139
diff --git a/misc/termatrix/pkg-descr b/misc/termatrix/pkg-descr
new file mode 100644
index 000000000000..870789d1de36
--- /dev/null
+++ b/misc/termatrix/pkg-descr
@@ -0,0 +1,4 @@
+This little software emulates "The Matrix" on your VT-100 compatible
+terminal 8^).
+
+WWW: http://lightless.org/other/