diff options
author | se <se@FreeBSD.org> | 1997-03-12 06:04:46 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1997-03-12 06:04:46 +0800 |
commit | 3b280e92bc9868f1a4408c982fe6fcabd5e4f5fc (patch) | |
tree | 4cb3227c53f07537f044de42744b25e8b0629260 /games/xblast/Makefile | |
parent | f353aab3b9076c43a48bc8822aee320c83f5cdd9 (diff) | |
download | freebsd-ports-graphics-3b280e92bc9868f1a4408c982fe6fcabd5e4f5fc.tar.gz freebsd-ports-graphics-3b280e92bc9868f1a4408c982fe6fcabd5e4f5fc.tar.zst freebsd-ports-graphics-3b280e92bc9868f1a4408c982fe6fcabd5e4f5fc.zip |
Xblast is a multi-player real-time strategy game :)
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> |