diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-22 07:28:15 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-22 07:28:15 +0800 |
commit | ea6d4ac2990d9fa9170dca448e802cb77a90eb9d (patch) | |
tree | 681fc18536a9fd5a8d3e3e1f66dcf8d1d0373a0f | |
parent | bcf5b109db1249ef1139bcc2db6b3de731e8f48c (diff) | |
download | freebsd-ports-gnome-ea6d4ac2990d9fa9170dca448e802cb77a90eb9d.tar.gz freebsd-ports-gnome-ea6d4ac2990d9fa9170dca448e802cb77a90eb9d.tar.zst freebsd-ports-gnome-ea6d4ac2990d9fa9170dca448e802cb77a90eb9d.zip |
Complete repocopy games/ctris and remove games/ctetris
PR: 87232
Submitted by: Travis Poppe <tlp@liquidx.org> (maintainer)
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/ctetris/Makefile | 31 | ||||
-rw-r--r-- | games/ctetris/distinfo | 2 | ||||
-rw-r--r-- | games/ctetris/pkg-descr | 8 |
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 |