View | Details | Raw Unified | Return to bug 159452
Collapse All | Expand All

(-)games/nuclearchess/Makefile (-9 / +6 lines)
Lines 9-28 Link Here
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.0
10
PORTREVISION=	4
10
PORTREVISION=	4
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/
12
MASTER_SITES=	http://www.linux-games.com/nuclearchess/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A chess variant designed to be short and fun for all players
15
COMMENT=	A chess variant designed to be short and fun for all players
16
16
17
DEPRECATED=	No more public distfiles
17
LICENSE=	GPLv2 GPLv3
18
EXPIRATION_DATE=	2011-09-01
18
LICENSE_COMB=	dual
19
20
GNU_CONFIGURE=	yes
21
19
22
USE_SDL=	sdl image
20
USE_SDL=	sdl image
23
21
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--prefix=${PREFIX}		\
22
CONFIGURE_ARGS=	--localstatedir=${DATADIR}
25
		--localstatedir=${DATADIR}	\
23
MAKE_JOBS_SAFE=	yes
26
		--program-prefix=
27
24
28
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)games/nuclearchess/pkg-descr (+2 lines)
Lines 1-3 Link Here
1
NuclearChess is a chess variant. Whenever a piece is captured, both
1
NuclearChess is a chess variant. Whenever a piece is captured, both
2
pieces and all pieces on neighbour fields die. Games are short and fun
2
pieces and all pieces on neighbour fields die. Games are short and fun
3
even for people who usually don't play chess.
3
even for people who usually don't play chess.
4
5
WWW: http://www.linux-games.com/nuclearchess/

Return to bug 159452