1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xasteroids/Makefile
Bill Fenner e4f51c8936 calypso-2.oit.unc.edu appears to be behind a firewall, so use
ftp.cdrom.com for R5 contrib.  Perhaps we need a
	MASTER_SITE_R5CONTRIB...

Found by:	distfile checker
1997-05-30 06:48:34 +00:00

23 lines
495 B
Makefile

# New ports collection makefile for: xasteroids
# Version required: 5
# Date created: 3 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.7 1997/01/03 09:36:55 obrien Exp $
#
DISTNAME= xasteroids
PKGNAME= xasteroids-5.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/
EXTRACT_SUFX= .sh.Z
MAINTAINER= swallace@FreeBSD.org
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_ARGS= <
.include <bsd.port.mk>