1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 0.41

Move games/ctetris to games/ctris

PR:		87232
Submitted by:	Travis Poppe <tlp@liquidx.org> (maintainer)
Repocopied by:	marcus
This commit is contained in:
Marcus Alves Grando 2005-10-21 23:22:14 +00:00
parent c1722833e1
commit 7ac3bd69c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146086
4 changed files with 19 additions and 20 deletions

View File

@ -108,6 +108,7 @@
SUBDIR += cryptoslam
SUBDIR += csmash
SUBDIR += ctetris
SUBDIR += ctris
SUBDIR += cube
SUBDIR += cursive
SUBDIR += d2x

View File

@ -5,27 +5,29 @@
# $FreeBSD$
#
PORTNAME= ctetris
PORTVERSION= 0.30
PORTNAME= ctris
PORTVERSION= 0.41
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= http://www.liquidx.org/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mnag/${PORTNAME}
MAINTAINER= tlp@liquidx.org
COMMENT= Beautiful tetris clone written in C using the ncurses library
COMMENT= Colorized, small and flexible Tetris(TM)-clone for the console
USE_BZIP2= yes
USE_REINPLACE= yes
MAN1= ctetris.1
PLIST_FILES= bin/ctetris
MAN6= ctris.6
MANCOMPRESSED= yes
PLIST_FILES= bin/ctris
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|termio.h|termios.h|' ${WRKSRC}/ctetris.h
@${REINPLACE_CMD} -e "s|gcc|${CC}|" -e "s|CFLAGS=.*|CFLAGS+=-Wall|" \
${WRKSRC}/Makefile
do-install:
${INSTALL_MAN} ${WRKSRC}/ctetris.1 ${PREFIX}/man/man1/ctetris.1
${INSTALL_PROGRAM} ${WRKSRC}/ctetris ${PREFIX}/bin/ctetris
${INSTALL_MAN} ${WRKSRC}/ctris.6.gz ${PREFIX}/man/man6/ctris.6.gz
${INSTALL_PROGRAM} ${WRKSRC}/ctris ${PREFIX}/bin/ctris
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (ctetris-0.30.tar.bz2) = c6c6b9cf5d4b8ea4f82e498220293411
SIZE (ctetris-0.30.tar.bz2) = 13527
MD5 (ctris-0.41.tar.bz2) = 6d5c0c4809a03a12ff6a75255e1585f6
SIZE (ctris-0.41.tar.bz2) = 13914

View File

@ -1,8 +1,4 @@
ctetris is a beautiful tetris clone, written in C using the ncurses
library. It works very fast and efficient, so it should be possible to
play it even over a slow remote terminal.
ctris is a colorized, small and flexible Tetris(TM)-clone for the console.
It also has some small special features. (e.g. a highscore-list)
WWW: http://www.sourceforge.com/projects/ctetris/
- Travis Poppe
tlp@liquidx.org
WWW: http://www.hackl.dhs.org/ctris/