blob: 60bf53814356cae44830e2182387768043a013e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xblast
# Date created: Sat Nov 08 09:47:12 CET 1997
# Whom: se
#
# $FreeBSD$
#
PORTNAME= xblast
PORTVERSION= 2.6.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
DISTNAME= ${PORTNAME}-${PORTVERSION}.sound
MAINTAINER= se@FreeBSD.org
COMMENT= Multi-player real-time strategy game for X11
WRKSRC= ${WRKDIR}/XBlast-2.6-sound
USE_IMAKE= yes
MAN1= xblast.1
.include <bsd.port.mk>
|