aboutsummaryrefslogtreecommitdiff
path: root/misc/cmatrix/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-18 00:18:52 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-18 00:18:52 +0000
commitf694cf38bda0c5f84ff3783d3dccb788b6a1e87b (patch)
treec76c8219dfa7d9b71bdbed1fb243ce87c27283dd /misc/cmatrix/Makefile
parent7ef3f92c6030d7670c1ea7e8f3b956fb67f21077 (diff)
downloadports-f694cf38bda0c5f84ff3783d3dccb788b6a1e87b.tar.gz
ports-f694cf38bda0c5f84ff3783d3dccb788b6a1e87b.zip
Notes
Diffstat (limited to 'misc/cmatrix/Makefile')
-rw-r--r--misc/cmatrix/Makefile14
1 files changed, 8 insertions, 6 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