diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-01 07:53:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-01 07:53:57 +0800 |
commit | bb19f33134d67add7fd82f6b9faba045db0e5252 (patch) | |
tree | 4dbc5acab386c4f556fd99f1bba941f022bb4d69 /misc/cmatrix | |
parent | 24fa908c119147daa0d406575f9e8437f879fe7e (diff) | |
download | freebsd-ports-gnome-bb19f33134d67add7fd82f6b9faba045db0e5252.tar.gz freebsd-ports-gnome-bb19f33134d67add7fd82f6b9faba045db0e5252.tar.zst freebsd-ports-gnome-bb19f33134d67add7fd82f6b9faba045db0e5252.zip |
update to 1.0b
PR: 17719
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/cmatrix')
-rw-r--r-- | misc/cmatrix/Makefile | 18 | ||||
-rw-r--r-- | misc/cmatrix/distinfo | 2 | ||||
-rw-r--r-- | misc/cmatrix/pkg-descr | 2 |
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 |