aboutsummaryrefslogtreecommitdiff
path: root/misc/cmatrix
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-31 23:53:57 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-31 23:53:57 +0000
commit6ea913b03eb0aac6647b3235be442e5c7249f393 (patch)
treec215e2ef66230e0c8a9463abc9292bc711898744 /misc/cmatrix
parent19a336cf011506ce7967504073dbaaa39655ad71 (diff)
downloadports-6ea913b03eb0aac6647b3235be442e5c7249f393.tar.gz
ports-6ea913b03eb0aac6647b3235be442e5c7249f393.zip
update to 1.0b
PR: 17719 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=27205
Diffstat (limited to 'misc/cmatrix')
-rw-r--r--misc/cmatrix/Makefile18
-rw-r--r--misc/cmatrix/distinfo2
-rw-r--r--misc/cmatrix/pkg-descr2
3 files changed, 11 insertions, 11 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile
index a07baa3dcb39..364e7571da35 100644
--- a/misc/cmatrix/Makefile
+++ b/misc/cmatrix/Makefile
@@ -1,25 +1,27 @@
# New ports collection makefile for: cmatrix
-# Version required: 0.98c
+# Version required: 1.0b
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= cmatrix-0.98c
+DISTNAME= cmatrix-1.0b
CATEGORIES= misc
-MASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/graphics/hacks/curses
MAINTAINER= ports@FreeBSD.org
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
+do-build:
+ cd ${WRKSRC}; ${CC} ${CFLAGS} cmatrix.c -lncurses -o cmatrix
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/cmatrix
+ @${MKDIR} ${PREFIX}/share/doc/cmatrix
.for file in Changelog README TODO
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
.endfor
.endif
diff --git a/misc/cmatrix/distinfo b/misc/cmatrix/distinfo
index 816446cbf644..74842b749821 100644
--- a/misc/cmatrix/distinfo
+++ b/misc/cmatrix/distinfo
@@ -1 +1 @@
-MD5 (cmatrix-0.98c.tar.gz) = 246c3fc6c0a40cdb52c30eb2c34ce773
+MD5 (cmatrix-1.0b.tar.gz) = 0893cc483f64193cbd0d7017d38d8925
diff --git a/misc/cmatrix/pkg-descr b/misc/cmatrix/pkg-descr
index bda8b10d23a0..4066c978cd87 100644
--- a/misc/cmatrix/pkg-descr
+++ b/misc/cmatrix/pkg-descr
@@ -15,5 +15,3 @@ 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.plattsburgh.edu/faculty/allegrcr/cmatrix/index.html