mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
0efbc06135
of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
30 lines
659 B
Makefile
30 lines
659 B
Makefile
# 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-07-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>
|