diff options
Diffstat (limited to 'games/xblast/Makefile')
-rw-r--r-- | games/xblast/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile new file mode 100644 index 00000000000..66a65f12a1f --- /dev/null +++ b/games/xblast/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xblast +# Version required: 2.2 +# Date created: Sat Dec 28 01:47:12 CET 1996 +# Whom: se +# +# $Id$ +# + +DISTNAME= xblast-2.2 +#PKGNAME= xlife-3.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games/multiplayer + +MAINTAINER= se@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/XBlast-2.2 +USE_IMAKE= yes + +.include <bsd.port.mk> |