aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cmatrix/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-18 08:18:52 +0800
committermharo <mharo@FreeBSD.org>2000-04-18 08:18:52 +0800
commite0d1df17e7faceefbc67489bec63d9b4c7b6acb5 (patch)
tree8b346d6e18951406085d44b4c2f034c6daaebb04 /misc/cmatrix/Makefile
parent277a2a77960fff73e2d6d678e7ac7db79c0ac258 (diff)
downloadfreebsd-ports-gnome-e0d1df17e7faceefbc67489bec63d9b4c7b6acb5.tar.gz
freebsd-ports-gnome-e0d1df17e7faceefbc67489bec63d9b4c7b6acb5.tar.zst
freebsd-ports-gnome-e0d1df17e7faceefbc67489bec63d9b4c7b6acb5.zip
update to 1.1b
PR: 18051 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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