Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 17:15:12 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51501: New port: games/tictactoe3d
Message-ID:  <E19AALY-000NZH-00@voodoo.oberon.net>
Resent-Message-ID: <200304281520.h3SFKDgC000343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51501
>Category:       ports
>Synopsis:       New port: games/tictactoe3d
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 08:20:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
New port: games/tictactoe3d

This is a simple "3D" tic tac toe game you can play
against the computer.

>How-To-Repeat:
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	games/tictactoe3d/files/patch-Makefile
#	games/tictactoe3d/Makefile
#	games/tictactoe3d/distinfo
#	games/tictactoe3d/files
#	games/tictactoe3d/pkg-descr
#	games/tictactoe3d/pkg-plist
#
echo x - games/tictactoe3d/files/patch-Makefile
sed 's/^X//' >games/tictactoe3d/files/patch-Makefile << 'END-of-games/tictactoe3d/files/patch-Makefile'
X--- Makefile.orig	Mon Apr 28 16:54:30 2003
X+++ Makefile	Mon Apr 28 16:54:54 2003
X@@ -2,7 +2,7 @@
X CC=gcc
X CC_GTK_FLAGS=`gtk-config --cflags`
X LINK_GTK_FLAGS=`gtk-config --libs`
X-FLAGS=-c -Wall 
X+FLAGS=-O -pipe -c -Wall 
X ttt.h:ai.h gui.h
X main.o:main.c ttt.h 
X 	$(CC) $(FLAGS) main.c
END-of-games/tictactoe3d/files/patch-Makefile
echo x - games/tictactoe3d/Makefile
sed 's/^X//' >games/tictactoe3d/Makefile << 'END-of-games/tictactoe3d/Makefile'
X# New ports collection makefile for:  tictactoe3d
X# Date created:       	Mon Apr 28 16:46:17 CEST 2003
X# Whom:                Kirill Ponomarew <ponomarew@oberon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tictactoe3d
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://www.che.iitm.ac.in/~ch99057/software/
XDISTNAME=	ttt3d
X
XMAINTAINER=	ponomarew@oberon.net
XCOMMENT=	This is a simple "3D" tic tac toe game
X
XWRKSRC=		${WRKDIR}/ttt3d
X
XUSE_GMAKE=	yes
XUSE_GNOME=	gtk12
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ttt ${PREFIX}/bin/tictactoe3d
X
X.include <bsd.port.mk>
END-of-games/tictactoe3d/Makefile
echo x - games/tictactoe3d/distinfo
sed 's/^X//' >games/tictactoe3d/distinfo << 'END-of-games/tictactoe3d/distinfo'
XMD5 (ttt3d.tar.gz) = 280c142f143557a385681f129387b9c7
END-of-games/tictactoe3d/distinfo
echo c - games/tictactoe3d/files
mkdir -p games/tictactoe3d/files > /dev/null 2>&1
echo x - games/tictactoe3d/pkg-descr
sed 's/^X//' >games/tictactoe3d/pkg-descr << 'END-of-games/tictactoe3d/pkg-descr'
XThis is a simple "3D" tic tac toe game you can play
Xagainst the computer.
X
XWWW: http://www.che.iitm.ac.in/~ch99057/software
END-of-games/tictactoe3d/pkg-descr
echo x - games/tictactoe3d/pkg-plist
sed 's/^X//' >games/tictactoe3d/pkg-plist << 'END-of-games/tictactoe3d/pkg-plist'
Xbin/tictactoe3d
END-of-games/tictactoe3d/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19AALY-000NZH-00>