blob: 9a22fa0d1aa72802108a322c31ca5f8453d6a6b1 (
plain) (
tree)
|
|
# New ports collection makefile for: xasteroids
# Version required: 5
# Date created: 3 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.5 1995/04/11 00:20:22 asami 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>
|