aboutsummaryrefslogtreecommitdiff
path: root/games/xpilot/Makefile
diff options
context:
space:
mode:
authorJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-07-18 06:18:00 +0000
committerJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-07-18 06:18:00 +0000
commitd660815d2e75caeb06bd4e552cc71063a9d96c99 (patch)
tree52c050f872fe30601c4522863e6fdc7480fb2578 /games/xpilot/Makefile
parentef8ece6b98a49e52428148177e4f10878b1fadb8 (diff)
downloadports-d660815d2e75caeb06bd4e552cc71063a9d96c99.tar.gz
ports-d660815d2e75caeb06bd4e552cc71063a9d96c99.zip
Notes
Diffstat (limited to 'games/xpilot/Makefile')
-rw-r--r--games/xpilot/Makefile18
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>