aboutsummaryrefslogtreecommitdiff
path: root/games/tictactoe3d/Makefile
blob: 80b1bc032a62d11b88c12f082794ccb44cdbb247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>