aboutsummaryrefslogtreecommitdiff
path: root/games/xblast/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2000-04-28 09:27:44 +0000
committerStefan Eßer <se@FreeBSD.org>2000-04-28 09:27:44 +0000
commitf8532dd5ad549dbd15f3f00d7a1d5fb8abff04f2 (patch)
tree3ca846bdc5584bd04372bbaf8d9c776b9b5b74ff /games/xblast/Makefile
parent445abef5a2a1dc18c1a56671b65dda6eef18466d (diff)
Upgrade to version 2.6.1 of xblast (includes sound support).
Submitted by: tg@melaten.rwth-aachen.de (Thomas Gellekum)
Notes
Notes: svn path=/head/; revision=28055
Diffstat (limited to 'games/xblast/Makefile')
-rw-r--r--games/xblast/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile
index 45a194e22c95..8f1fcea16f70 100644
--- a/games/xblast/Makefile
+++ b/games/xblast/Makefile
@@ -6,19 +6,21 @@
#
PORTNAME= xblast
-PORTVERSION= 2.6b
+PORTVERSION= 2.6.1
CATEGORIES= games
-# after end of beta test period:
-# MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-# MASTER_SITE_SUBDIR= games/multiplayer
-# but right now only available from:
-MASTER_SITES= http://www.ikp.uni-koeln.de/~vogel/archive/
-DISTNAME= xblast-2.6.beta
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= games/arcade
+DISTNAME= xblast-2.6.1.sound
MAINTAINER= se@FreeBSD.org
-WRKSRC= ${WRKDIR}/XBlast-2.6.beta
+WRKSRC= ${WRKDIR}/XBlast-2.6-sound
USE_IMAKE= yes
-MAN1= xblast.1
+NO_INSTALL_MANPAGES= yes
+MANN= xblast.n
+MANCOMPRESSED= no
+
+post-install:
+ @${INSTALL_MAN} ${WRKSRC}/xblast.man ${MANNPREFIX}/man/mann/xblast.n
.include <bsd.port.mk>