diff options
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> |