1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Gltron, a 3d 'worm' type game for two players. The objective is to

not drive into a wall.

PR:		12788
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Chris Piazza 1999-08-01 04:17:36 +00:00
parent 202b1c43af
commit 808d7619f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20458
5 changed files with 39 additions and 0 deletions

31
games/gltron/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: gltron
# Version required: 0.32
# Date created: 24 July 1999
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= glTron-0.32
PKGNAME= gltron-0.32
CATEGORIES= games
MASTER_SITES= http://www.ards.net/Andreas/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \
MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \
glut.3:${PORTSDIR}/graphics/Mesa3
USE_X_PREFIX= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/gltron ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/gltron
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gltron
.endif
.include <bsd.port.mk>

1
games/gltron/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (glTron-0.32.tar.gz) = d194405f24692c540c8d81f33e493bfc

1
games/gltron/pkg-comment Normal file
View File

@ -0,0 +1 @@
A 3D worm game for two players for X Window System

3
games/gltron/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Objective for game is not to drive into a wall.
WWW: http://www.ards.net/Andreas/gltron.html

3
games/gltron/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/gltron
share/doc/gltron/README
@dirrm share/doc/gltron