aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/Makefile1
-rw-r--r--games/ctetris/Makefile31
-rw-r--r--games/ctetris/distinfo2
-rw-r--r--games/ctetris/pkg-descr8
4 files changed, 0 insertions, 42 deletions
diff --git a/games/Makefile b/games/Makefile
index 7321258f7ed8..15f28521efc5 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -107,7 +107,6 @@
SUBDIR += crossword
SUBDIR += cryptoslam
SUBDIR += csmash
- SUBDIR += ctetris
SUBDIR += ctris
SUBDIR += cube
SUBDIR += cursive
diff --git a/games/ctetris/Makefile b/games/ctetris/Makefile
deleted file mode 100644
index d2dd8e13af35..000000000000
--- a/games/ctetris/Makefile
+++ /dev/null
@@ -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>
diff --git a/games/ctetris/distinfo b/games/ctetris/distinfo
deleted file mode 100644
index efb99b97fb43..000000000000
--- a/games/ctetris/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ctetris-0.30.tar.bz2) = c6c6b9cf5d4b8ea4f82e498220293411
-SIZE (ctetris-0.30.tar.bz2) = 13527
diff --git a/games/ctetris/pkg-descr b/games/ctetris/pkg-descr
deleted file mode 100644
index 298e7502b1f5..000000000000
--- a/games/ctetris/pkg-descr
+++ /dev/null
@@ -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