diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-18 00:18:52 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-18 00:18:52 +0000 |
commit | f694cf38bda0c5f84ff3783d3dccb788b6a1e87b (patch) | |
tree | c76c8219dfa7d9b71bdbed1fb243ce87c27283dd /misc/cmatrix | |
parent | 7ef3f92c6030d7670c1ea7e8f3b956fb67f21077 (diff) |
Notes
Diffstat (limited to 'misc/cmatrix')
-rw-r--r-- | misc/cmatrix/Makefile | 14 | ||||
-rw-r--r-- | misc/cmatrix/distinfo | 2 | ||||
-rw-r--r-- | misc/cmatrix/pkg-descr | 5 | ||||
-rw-r--r-- | misc/cmatrix/pkg-plist | 2 |
4 files changed, 12 insertions, 11 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile index bbfa950ee227..9bac007ed35d 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 74842b749821..9b8916b0ffc5 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 4066c978cd87..2135c89dfdd1 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 1737e07fe031..0844dca3ca3c 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 |