summaryrefslogtreecommitdiff
path: root/games/ctris/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/ctris/Makefile')
-rw-r--r--games/ctris/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/games/ctris/Makefile b/games/ctris/Makefile
deleted file mode 100644
index d2dd8e13af35..000000000000
--- a/games/ctris/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>