aboutsummaryrefslogtreecommitdiff
path: root/games/xasteroids
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
commitf4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch)
tree135c85eebdc631af1639facfb134770aee87e354 /games/xasteroids
parent5d8032032653175f96f8d894681cc77f569f55ee (diff)
downloadports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.tar.gz
ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.zip
Notes
Diffstat (limited to 'games/xasteroids')
-rw-r--r--games/xasteroids/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile
index 1e7c3c532d4a..1fe9dc5c2b2b 100644
--- a/games/xasteroids/Makefile
+++ b/games/xasteroids/Makefile
@@ -1,17 +1,20 @@
# New ports collection makefile for: xasteroids
+# Version required: 5
# Date created: 3 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.3 1995/02/11 13:49:06 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/01 12:45:08 jkh Exp $
#
DISTNAME= xasteroids
-MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
+PKGNAME= xasteroids-5.0
CATEGORIES+= games
+MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
EXTRACT_SUFX= .sh.Z
-EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
-EXTRACT_ARGS= <
+
USE_IMAKE= yes
NO_WRKSUBDIR= yes
+EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
+EXTRACT_ARGS= <
.include <bsd.port.mk>