diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 13:19:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 13:19:29 +0000 |
commit | 5cf9637d112bc3a3692436c8a9346bf88dd747db (patch) | |
tree | 4b5437db864d9df2f1d7aa73b01003c8935fa4c0 /games | |
parent | 05b84053734279de47c3920a07e2fc98e1010999 (diff) | |
download | ports-5cf9637d112bc3a3692436c8a9346bf88dd747db.tar.gz ports-5cf9637d112bc3a3692436c8a9346bf88dd747db.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/nuclearchess/Makefile | 15 | ||||
-rw-r--r-- | games/nuclearchess/pkg-descr | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games/nuclearchess/Makefile b/games/nuclearchess/Makefile index 19fd47c98d8b..e9bd5c5b3ebb 100644 --- a/games/nuclearchess/Makefile +++ b/games/nuclearchess/Makefile @@ -9,20 +9,17 @@ PORTNAME= nuclearchess PORTVERSION= 1.0.0 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ +MASTER_SITES= http://www.linux-games.com/nuclearchess/ MAINTAINER= ports@FreeBSD.org COMMENT= A chess variant designed to be short and fun for all players -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -GNU_CONFIGURE= yes +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_SDL= sdl image - -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --localstatedir=${DATADIR} \ - --program-prefix= +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${DATADIR} +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/games/nuclearchess/pkg-descr b/games/nuclearchess/pkg-descr index 981469a3d500..231a9ac5a203 100644 --- a/games/nuclearchess/pkg-descr +++ b/games/nuclearchess/pkg-descr @@ -1,3 +1,5 @@ NuclearChess is a chess variant. Whenever a piece is captured, both pieces and all pieces on neighbour fields die. Games are short and fun even for people who usually don't play chess. + +WWW: http://www.linux-games.com/nuclearchess/ |