diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-16 13:09:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-16 13:09:27 +0000 |
commit | 03f958b5ec9e3320082f8416ef5f176ec9676835 (patch) | |
tree | 0996ab79a4d514333b9435ce8f82efab47c1f8d9 /games/jfk | |
parent | Still it does not marked as broken. (diff) |
Update maintainers email address.
USE_SDL
Submitted by: maintainer
Diffstat (limited to 'games/jfk')
-rw-r--r-- | games/jfk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/jfk/Makefile b/games/jfk/Makefile index a36731465c77..3ac5919ea447 100644 --- a/games/jfk/Makefile +++ b/games/jfk/Makefile @@ -10,15 +10,14 @@ PORTVERSION= 0.1.1 CATEGORIES= games MASTER_SITES= http://relax.ath.cx/jfk/ -MAINTAINER= e0026813@stud3.tuwien.ac.at +MAINTAINER= stefan@fafoe.narf.at COMMENT= A multiplayer 2D shoot'em up game LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +USE_SDL= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/client/jfkclient ${PREFIX}/bin |