diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:53:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:53:58 +0000 |
commit | bbda085ed73042cac68601550563bb9800801791 (patch) | |
tree | d0df710b92457efcb732b20dae13a6af03b8d4a3 | |
parent | - Fix MASTER_SITES (diff) |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 160103
Submitted by: Ports Fury
-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/ |