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/Makefile | |
parent | 7ef3f92c6030d7670c1ea7e8f3b956fb67f21077 (diff) |
update to 1.1b
PR: 18051
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=27715
Diffstat (limited to 'misc/cmatrix/Makefile')
-rw-r--r-- | misc/cmatrix/Makefile | 14 |
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 |