diff options
Diffstat (limited to 'games')
-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 |