diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-07-18 06:18:00 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-07-18 06:18:00 +0000 |
commit | d660815d2e75caeb06bd4e552cc71063a9d96c99 (patch) | |
tree | 52c050f872fe30601c4522863e6fdc7480fb2578 /games/xpilot/Makefile | |
parent | ef8ece6b98a49e52428148177e4f10878b1fadb8 (diff) | |
download | ports-d660815d2e75caeb06bd4e552cc71063a9d96c99.tar.gz ports-d660815d2e75caeb06bd4e552cc71063a9d96c99.zip |
Here is an xpilot port. This is my own, I had started this before
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.
Notes
Notes:
svn path=/head/; revision=1989
Diffstat (limited to 'games/xpilot/Makefile')
-rw-r--r-- | games/xpilot/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile new file mode 100644 index 000000000000..4261d9b08ad3 --- /dev/null +++ b/games/xpilot/Makefile @@ -0,0 +1,18 @@ +# 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> |