diff options
Diffstat (limited to 'games/kuklomenos')
-rw-r--r-- | games/kuklomenos/Makefile | 14 | ||||
-rw-r--r-- | games/kuklomenos/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/kuklomenos/Makefile b/games/kuklomenos/Makefile index 70edc15bc697..68ab2a4951dc 100644 --- a/games/kuklomenos/Makefile +++ b/games/kuklomenos/Makefile @@ -6,26 +6,27 @@ # PORTNAME= kuklomenos -PORTVERSION= 0.4.4 -PORTREVISION= 3 +PORTVERSION= 0.4.5 CATEGORIES= games -MASTER_SITES= http://mbays.freeshell.org/kuklomenos/src/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://mbays.freeshell.org/kuklomenos/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple but challenging abstract shoot-em-up game +LICENSE= GPLv3 + LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl OPTIONS= VORBIS "Enable Ogg/Vorbis support" on USE_SDL= sdl GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHEAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITHOUT_VORBIS) CONFIGURE_ARGS+=--disable-sound @@ -40,6 +41,5 @@ post-patch: 's|<SDL/SDL_mixer.h>|"SDL_mixer.h"|g' ${WRKSRC}/SDL_mixer/load_ogg.c @${REINPLACE_CMD} -e \ '/^sounds_DATA/s|Makefile.am||g' ${WRKSRC}/sounds/Makefile.in - @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/net.cc -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/kuklomenos/distinfo b/games/kuklomenos/distinfo index 4f099286acda..f955fefa4133 100644 --- a/games/kuklomenos/distinfo +++ b/games/kuklomenos/distinfo @@ -1,2 +1,2 @@ -SHA256 (kuklomenos-0.4.4.tar.gz) = 54bbdc82b42993bf8603285bb08d491cde55dec7d9ba17f21b1f7b3e7ecaed81 -SIZE (kuklomenos-0.4.4.tar.gz) = 372324 +SHA256 (kuklomenos-0.4.5.tar.gz) = 133b0bfeeb912a5dde71169b899ff8d97ac14253a8fabee7325ff708a8457d9a +SIZE (kuklomenos-0.4.5.tar.gz) = 376378 |