summaryrefslogtreecommitdiffstats
path: root/misc/cmatrix
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-18 00:18:52 +0000
committermharo <mharo@FreeBSD.org>2000-04-18 00:18:52 +0000
commite0d1df17e7faceefbc67489bec63d9b4c7b6acb5 (patch)
tree8b346d6e18951406085d44b4c2f034c6daaebb04 /misc/cmatrix
parent277a2a77960fff73e2d6d678e7ac7db79c0ac258 (diff)
downloadFreeBSD-ports-e0d1df17e7faceefbc67489bec63d9b4c7b6acb5.zip
FreeBSD-ports-e0d1df17e7faceefbc67489bec63d9b4c7b6acb5.tar.gz
update to 1.1b
PR: 18051 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/cmatrix')
-rw-r--r--misc/cmatrix/Makefile14
-rw-r--r--misc/cmatrix/distinfo2
-rw-r--r--misc/cmatrix/pkg-descr5
-rw-r--r--misc/cmatrix/pkg-plist2
4 files changed, 12 insertions, 11 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile
index bbfa950..9bac007 100644
--- a/misc/cmatrix/Makefile
+++ b/misc/cmatrix/Makefile
@@ -6,21 +6,23 @@
#
PORTNAME= cmatrix
-PORTVERSION= 1.0b
+PORTVERSION= 1.1b
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/graphics/hacks/curses
+MASTER_SITES= http://www.asty.org/cmatrix/dist/
MAINTAINER= ports@FreeBSD.org
-do-build:
- cd ${WRKSRC}; ${CC} ${CFLAGS} cmatrix.c -lncurses -o cmatrix
+MAN1= cmatrix.1
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/cmatrix
-.for file in Changelog README TODO
+.for file in ChangeLog README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
.endfor
.endif
diff --git a/misc/cmatrix/distinfo b/misc/cmatrix/distinfo
index 74842b7..9b8916b 100644
--- a/misc/cmatrix/distinfo
+++ b/misc/cmatrix/distinfo
@@ -1 +1 @@
-MD5 (cmatrix-1.0b.tar.gz) = 0893cc483f64193cbd0d7017d38d8925
+MD5 (cmatrix-1.1b.tar.gz) = f99d5139c75da5b30170edda7132012a
diff --git a/misc/cmatrix/pkg-descr b/misc/cmatrix/pkg-descr
index 4066c97..2135c89 100644
--- a/misc/cmatrix/pkg-descr
+++ b/misc/cmatrix/pkg-descr
@@ -10,8 +10,7 @@ the urge to write this one evening, and decided to see how fast I could do
it. It's probably not particularly portable or efficient, but I'm pretty
sure it wont hog *too* much CPU time.
-Chris Allegretta
-chris.allegretta@plattsburgh.edu
-
This software is provided under the GNU GPL. I am in no way affiliated
in any way with the movie 'The Matrix', just a big fan.
+
+WWW: http://www.asty.org/cmatrix/
diff --git a/misc/cmatrix/pkg-plist b/misc/cmatrix/pkg-plist
index 1737e07..0844dca 100644
--- a/misc/cmatrix/pkg-plist
+++ b/misc/cmatrix/pkg-plist
@@ -1,5 +1,5 @@
bin/cmatrix
-share/doc/cmatrix/Changelog
+share/doc/cmatrix/ChangeLog
share/doc/cmatrix/README
share/doc/cmatrix/TODO
@dirrm share/doc/cmatrix
OpenPOWER on IntegriCloud