diff options
Diffstat (limited to 'games/xasteroids/Makefile')
-rw-r--r-- | games/xasteroids/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile deleted file mode 100644 index 1fe9dc5c2b2b..000000000000 --- a/games/xasteroids/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: xasteroids -# Version required: 5 -# Date created: 3 Jan 1995 -# Whom: swallace -# -# $Id: Makefile,v 1.4 1995/04/01 12:45:08 jkh Exp $ -# - -DISTNAME= xasteroids -PKGNAME= xasteroids-5.0 -CATEGORIES+= games -MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/ -EXTRACT_SUFX= .sh.Z - -USE_IMAKE= yes -NO_WRKSUBDIR= yes -EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s ) -EXTRACT_ARGS= < - -.include <bsd.port.mk> |