d660815d2e
either Julian or Wes posted thiers to the list. For those of you who don't know, its a really fun client/server Asteroids-like gravity kill anything that flies game.
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# 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= xpilot-3.3.1
|
|
PKGNAME= xpilot
|
|
CATEGORIES+= games
|
|
MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
WRKSRC= ${WRKDIR}/xpilot-3.3.1/src
|
|
|
|
.include <bsd.port.mk>
|