diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-22 02:48:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-22 02:48:17 +0800 |
commit | e88ae94086791b219d29fda08b67096d10d8517c (patch) | |
tree | f479be72beaf545bea14bfdbdd56a31b534c67a6 /games/kuklomenos/Makefile | |
parent | 91b44279fd0bd0d40711b0e9ebe03778fe299f04 (diff) | |
download | freebsd-ports-gnome-e88ae94086791b219d29fda08b67096d10d8517c.tar.gz freebsd-ports-gnome-e88ae94086791b219d29fda08b67096d10d8517c.tar.zst freebsd-ports-gnome-e88ae94086791b219d29fda08b67096d10d8517c.zip |
- Update to version 0.4.5
PR: 166885
Submitted by: Ports Fury
Diffstat (limited to 'games/kuklomenos/Makefile')
-rw-r--r-- | games/kuklomenos/Makefile | 14 |
1 files changed, 7 insertions, 7 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> |