summaryrefslogtreecommitdiff
path: root/games/xasteroids/Makefile
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-01-04 08:56:18 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-01-04 08:56:18 +0000
commit3b94386807c1ef41690dae7f83ff33a9dcccb938 (patch)
treeb4661f10a02400a4ab5b9aaaf7b67352f8d1e8ca /games/xasteroids/Makefile
parentSome of the doc here was less than adequately fleshed-out. Make some (diff)
xasteroids
Notes
Notes: svn path=/head/; revision=694
Diffstat (limited to 'games/xasteroids/Makefile')
-rw-r--r--games/xasteroids/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile
new file mode 100644
index 000000000000..0c4b320a2bc4
--- /dev/null
+++ b/games/xasteroids/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: xasteroids
+# Date created: 3 Jan 1995
+# Whom: swallace
+#
+# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $
+#
+
+DISTNAME= xasteroids
+MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
+EXTRACT_SUFX= .sh.Z
+EXTRACT_CMD= cd ${WRKDIR}; zcat ${DISTDIR}/xasteroids.sh.Z | sh -s
+EXTRACT_ARGS=
+USE_IMAKE= yes
+INSTALL_MANPAGES= yes
+NO_WRKSUBDIR= yes
+
+.include <bsd.port.mk>