From 808d7619f92c2619c51e844bf6d789263e9dd6f8 Mon Sep 17 00:00:00 2001
From: Chris Piazza <cpiazza@FreeBSD.org>
Date: Sun, 1 Aug 1999 04:17:36 +0000
Subject: 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>
---
 games/gltron/Makefile    | 31 +++++++++++++++++++++++++++++++
 games/gltron/distinfo    |  1 +
 games/gltron/pkg-comment |  1 +
 games/gltron/pkg-descr   |  3 +++
 games/gltron/pkg-plist   |  3 +++
 5 files changed, 39 insertions(+)
 create mode 100644 games/gltron/Makefile
 create mode 100644 games/gltron/distinfo
 create mode 100644 games/gltron/pkg-comment
 create mode 100644 games/gltron/pkg-descr
 create mode 100644 games/gltron/pkg-plist

(limited to 'games/gltron')

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
-- 
cgit v1.2.3