diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-01 04:17:36 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-01 04:17:36 +0000 |
commit | 808d7619f92c2619c51e844bf6d789263e9dd6f8 (patch) | |
tree | e8181ee17fe9ec1942b1fc6ca47877abe14be457 /games/gltron | |
parent | 202b1c43af8c505d13c82db8b6f79f10b494a5f6 (diff) | |
download | ports-808d7619f92c2619c51e844bf6d789263e9dd6f8.tar.gz ports-808d7619f92c2619c51e844bf6d789263e9dd6f8.zip |
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>
Notes
Notes:
svn path=/head/; revision=20458
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 31 | ||||
-rw-r--r-- | games/gltron/distinfo | 1 | ||||
-rw-r--r-- | games/gltron/pkg-comment | 1 | ||||
-rw-r--r-- | games/gltron/pkg-descr | 3 | ||||
-rw-r--r-- | games/gltron/pkg-plist | 3 |
5 files changed, 39 insertions, 0 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile new file mode 100644 index 000000000000..6c5d2f44c3a6 --- /dev/null +++ b/games/gltron/Makefile @@ -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> diff --git a/games/gltron/distinfo b/games/gltron/distinfo new file mode 100644 index 000000000000..3c5235c67d2c --- /dev/null +++ b/games/gltron/distinfo @@ -0,0 +1 @@ +MD5 (glTron-0.32.tar.gz) = d194405f24692c540c8d81f33e493bfc diff --git a/games/gltron/pkg-comment b/games/gltron/pkg-comment new file mode 100644 index 000000000000..786a26a3334e --- /dev/null +++ b/games/gltron/pkg-comment @@ -0,0 +1 @@ +A 3D worm game for two players for X Window System diff --git a/games/gltron/pkg-descr b/games/gltron/pkg-descr new file mode 100644 index 000000000000..6ee07492194c --- /dev/null +++ b/games/gltron/pkg-descr @@ -0,0 +1,3 @@ +Objective for game is not to drive into a wall. + +WWW: http://www.ards.net/Andreas/gltron.html diff --git a/games/gltron/pkg-plist b/games/gltron/pkg-plist new file mode 100644 index 000000000000..7020874e1e23 --- /dev/null +++ b/games/gltron/pkg-plist @@ -0,0 +1,3 @@ +bin/gltron +share/doc/gltron/README +@dirrm share/doc/gltron |