Complete repocopy games/ctris and remove games/ctetris

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

View file

@ -107,7 +107,6 @@
SUBDIR += crossword
SUBDIR += cryptoslam
SUBDIR += csmash
SUBDIR += ctetris
SUBDIR += ctris
SUBDIR += cube
SUBDIR += cursive

View file

@ -1,31 +0,0 @@
# New ports collection makefile for: ctetris
# Date created: 14 Aug 2004
# Whom: Travis Poppe <tlp@liquidx.org>
#
# $FreeBSD$
#
PORTNAME= ctetris
PORTVERSION= 0.30
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= tlp@liquidx.org
COMMENT= Beautiful tetris clone written in C using the ncurses library
USE_BZIP2= yes
USE_REINPLACE= yes
MAN1= ctetris.1
PLIST_FILES= bin/ctetris
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|termio.h|termios.h|' ${WRKSRC}/ctetris.h
do-install:
${INSTALL_MAN} ${WRKSRC}/ctetris.1 ${PREFIX}/man/man1/ctetris.1
${INSTALL_PROGRAM} ${WRKSRC}/ctetris ${PREFIX}/bin/ctetris
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
MD5 (ctetris-0.30.tar.bz2) = c6c6b9cf5d4b8ea4f82e498220293411
SIZE (ctetris-0.30.tar.bz2) = 13527

View file

@ -1,8 +0,0 @@
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.
WWW: http://www.sourceforge.com/projects/ctetris/
- Travis Poppe
tlp@liquidx.org