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> |