freebsd-ports/games/xasteroids/Makefile
1998-10-03 13:39:48 +00:00

25 lines
562 B
Makefile

# New ports collection makefile for: xasteroids
# Version required: 5
# Date created: 3 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.9 1998/09/28 02:14:47 steve Exp $
#
DISTNAME= xasteroids
PKGNAME= xasteroids-5.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \
ftp://ftp.belgium.eu.net/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= <
MAN6= xasteroids.6
.include <bsd.port.mk>