summaryrefslogtreecommitdiff
path: root/games/tictactoe3d
diff options
context:
space:
mode:
Diffstat (limited to 'games/tictactoe3d')
-rw-r--r--games/tictactoe3d/Makefile29
-rw-r--r--games/tictactoe3d/distinfo2
-rw-r--r--games/tictactoe3d/files/patch-Makefile22
-rw-r--r--games/tictactoe3d/pkg-descr4
4 files changed, 0 insertions, 57 deletions
diff --git a/games/tictactoe3d/Makefile b/games/tictactoe3d/Makefile
deleted file mode 100644
index 531f3a6492bb..000000000000
--- a/games/tictactoe3d/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: tictactoe3d
-# Date created: Mon Apr 28 16:46:17 CEST 2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-
-PORTNAME= tictactoe3d
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= games
-MASTER_SITES= http://www.che.iitm.ac.in/~ch99057/software/
-DISTNAME= ttt3d
-
-DEPRECATED= "master site disappeared"
-EXPIRATION_DATE=2005-08-31
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= This is a simple "3D" tic tac toe game
-
-PLIST_FILES= bin/tictactoe3d
-WRKSRC= ${WRKDIR}/ttt3d
-
-USE_GMAKE= yes
-USE_GNOME= gtk12
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ttt ${PREFIX}/bin/tictactoe3d
-
-.include <bsd.port.mk>
diff --git a/games/tictactoe3d/distinfo b/games/tictactoe3d/distinfo
deleted file mode 100644
index 99858c74c031..000000000000
--- a/games/tictactoe3d/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ttt3d.tar.gz) = 280c142f143557a385681f129387b9c7
-SIZE (ttt3d.tar.gz) = 5208
diff --git a/games/tictactoe3d/files/patch-Makefile b/games/tictactoe3d/files/patch-Makefile
deleted file mode 100644
index 3cd3cba79ec7..000000000000
--- a/games/tictactoe3d/files/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Thu Jan 16 07:49:52 2003
-+++ Makefile Thu May 1 18:53:05 2003
-@@ -1,15 +1,14 @@
- all:ttt
--CC=gcc
- CC_GTK_FLAGS=`gtk-config --cflags`
- LINK_GTK_FLAGS=`gtk-config --libs`
- FLAGS=-c -Wall
- ttt.h:ai.h gui.h
- main.o:main.c ttt.h
-- $(CC) $(FLAGS) main.c
-+ $(CC) $(CFLAGS) -c main.c
- gui.o:gui.c ttt.h gui.h
-- $(CC) $(FLAGS) gui.c $(CC_GTK_FLAGS)
--ai.o:ai.c ttt.h ai.h
-- $(CC) $(FLAGS) ai.c
-+ $(CC) $(CFLAGS) -c gui.c $(CC_GTK_FLAGS)
-+ai.o:ai.c ttt.h ai.h
-+ $(CC) $(CFLAGS) -c ai.c
- ttt:main.o gui.o ai.o
- $(CC) $(LINK_FLAGS) $(LINK_GTK_FLAGS) $^ -o $@
- clean:
diff --git a/games/tictactoe3d/pkg-descr b/games/tictactoe3d/pkg-descr
deleted file mode 100644
index 0580a150c127..000000000000
--- a/games/tictactoe3d/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a simple "3D" tic tac toe game you can play
-against the computer.
-
-WWW: http://www.che.iitm.ac.in/~ch99057/software