diff options
-rw-r--r-- | games/jfk/Makefile | 12 | ||||
-rw-r--r-- | games/jfk/pkg-descr | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games/jfk/Makefile b/games/jfk/Makefile index df320d260903..fd753693799f 100644 --- a/games/jfk/Makefile +++ b/games/jfk/Makefile @@ -9,16 +9,18 @@ PORTNAME= jfk PORTVERSION= 0.1.1 PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= http://relax.ath.cx/jfk/ +MASTER_SITES= http://hop.at/jfk/ + +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING MAINTAINER= ports@FreeBSD.org COMMENT= A multiplayer 2D shoot'em up game -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -GNU_CONFIGURE= yes USE_SDL= image sdl +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + SUB_FILES= pkg-message .include <bsd.port.pre.mk> diff --git a/games/jfk/pkg-descr b/games/jfk/pkg-descr index 3d443e163474..829dc014afd1 100644 --- a/games/jfk/pkg-descr +++ b/games/jfk/pkg-descr @@ -2,4 +2,4 @@ Jfk is a 2d shooting game. It consists of a server and a client which uses SDL for displaying graphics. Your goal is to get a high score by shooting your enemies. -WWW: http://relax.ath.cx/jfk/ +WWW: http://hop.at/jfk/ |