diff --git a/games/primateplunge/Makefile b/games/primateplunge/Makefile index 52bb66836cc3..19ebb6a12168 100644 --- a/games/primateplunge/Makefile +++ b/games/primateplunge/Makefile @@ -1,30 +1,30 @@ # Created by: Jose Alonso Cardenas Marquez PORTNAME= primateplunge PORTVERSION= 1.1 PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://www.aelius.com/primateplunge/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Primate Plunge is an arcade game LICENSE= UDEVGAME LICENSE_NAME= uDevGame license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= # empty RUN_DEPENDS= timidity:audio/timidity USES= sdl GNU_CONFIGURE= yes USE_SDL= sdl mixer OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/AUTHORS ${WRKSRC}/TIPS ${STAGEDIR}${DOCSDIR}/ .include diff --git a/games/primateplunge/files/patch-src_game.h b/games/primateplunge/files/patch-src_game.h new file mode 100644 index 000000000000..1966448a6f90 --- /dev/null +++ b/games/primateplunge/files/patch-src_game.h @@ -0,0 +1,11 @@ +--- src/game.h.orig 2005-12-31 15:59:12 UTC ++++ src/game.h +@@ -125,7 +125,7 @@ typedef struct _soundSet { + + + /* Glabals in main.c */ +-SDL_Surface *mainScreen; ++extern SDL_Surface *mainScreen; + + /* Globals in game.c */ + extern world* currentWorld;