summaryrefslogtreecommitdiff
path: root/games/gltron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gltron/Makefile')
-rw-r--r--games/gltron/Makefile31
1 files changed, 31 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>