summaryrefslogtreecommitdiff
path: root/games/tictactoe3d/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-05-01 17:24:44 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-05-01 17:24:44 +0000
commit2631ac4263eebe52d38e907d971c5f5d74070dca (patch)
treee683490dc1d807e0628c61473295a0bd1eb424bb /games/tictactoe3d/Makefile
parent. Remove an erroneous check that limited USE_JAVA to the form X.Y+. The (diff)
Add tictactoe3d, a simple tictactoe game
PR: 51501 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=79953
Diffstat (limited to 'games/tictactoe3d/Makefile')
-rw-r--r--games/tictactoe3d/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/tictactoe3d/Makefile b/games/tictactoe3d/Makefile
new file mode 100644
index 000000000000..80b1bc032a62
--- /dev/null
+++ b/games/tictactoe3d/Makefile
@@ -0,0 +1,24 @@
+# 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
+CATEGORIES= games
+MASTER_SITES= http://www.che.iitm.ac.in/~ch99057/software/
+DISTNAME= ttt3d
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= This is a simple "3D" tic tac toe game
+
+WRKSRC= ${WRKDIR}/ttt3d
+
+USE_GMAKE= yes
+USE_GNOME= gtk12
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttt ${PREFIX}/bin/tictactoe3d
+
+.include <bsd.port.mk>