update to 1.1b
PR: 18051 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (cmatrix-1.0b.tar.gz) = 0893cc483f64193cbd0d7017d38d8925
|
||||
MD5 (cmatrix-1.1b.tar.gz) = f99d5139c75da5b30170edda7132012a
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user