blob: 1e7c3c532d4a92ddf8c927020cb53296173b81c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: xasteroids
# Date created: 3 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.3 1995/02/11 13:49:06 asami Exp $
#
DISTNAME= xasteroids
MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
CATEGORIES+= games
EXTRACT_SUFX= .sh.Z
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_ARGS= <
USE_IMAKE= yes
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|