summaryrefslogtreecommitdiff
path: root/games/xbl/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 01:38:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 01:38:15 +0000
commit87c8bc9bb4177ae61d2d1419eb0bf427d64971ac (patch)
treea4f2c2726b6d52fb9251658a034325cbf4890a9b /games/xbl/Makefile
parentModify hack to remove "doc" subdir name from share/doc/urt/doc. (diff)
3-D tetris game.
PR: 3686 Submitted by: Pedro F. Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
Notes
Notes: svn path=/head/; revision=6723
Diffstat (limited to 'games/xbl/Makefile')
-rw-r--r--games/xbl/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile
new file mode 100644
index 000000000000..d1ffef3c5609
--- /dev/null
+++ b/games/xbl/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xbl
+# Version required: 1.0h
+# Date created: May 25 1997
+# Whom: pgs (original)
+#
+# $Id$
+#
+
+DISTNAME= xbl-1.0h
+CATEGORIES= games
+MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
+
+USE_X11= yes
+HAS_CONFIGURE= yes
+MANN= xbl.n
+
+.include <bsd.port.mk>