2013-09-20 19:36:33 +02:00
|
|
|
# Created by: chinsan
|
2008-08-31 20:07:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kuklomenos
|
2012-04-21 20:48:17 +02:00
|
|
|
PORTVERSION= 0.4.5
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 2
|
2008-08-31 20:07:44 +02:00
|
|
|
CATEGORIES= games
|
2012-04-21 20:48:17 +02:00
|
|
|
MASTER_SITES= http://mbays.freeshell.org/kuklomenos/src/
|
2008-08-31 20:07:44 +02:00
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-08-31 20:07:44 +02:00
|
|
|
COMMENT= Simple but challenging abstract shoot-em-up game
|
|
|
|
|
2012-04-21 20:48:17 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-11-03 00:25:58 +01:00
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
2008-08-31 20:07:44 +02:00
|
|
|
|
2012-06-12 18:35:45 +02:00
|
|
|
OPTIONS_DEFINE= VORBIS
|
|
|
|
OPTIONS_DEFAULT= VORBIS
|
2013-11-03 00:25:58 +01:00
|
|
|
OPTIONS_SUB= yes
|
2009-09-02 18:44:00 +02:00
|
|
|
|
2010-02-02 23:42:49 +01:00
|
|
|
USE_SDL= sdl
|
2008-08-31 20:07:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2009-09-02 18:44:00 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHEAD_CFLAGS}
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2009-09-02 18:44:00 +02:00
|
|
|
|
2013-11-03 00:25:58 +01:00
|
|
|
VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
|
|
|
|
VORBIS_CONFIGURE_ENABLE= sound
|
2009-09-02 18:44:00 +02:00
|
|
|
|
|
|
|
post-patch:
|
2010-02-02 23:42:49 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|<SDL/SDL_mixer.h>|"SDL_mixer.h"|g' ${WRKSRC}/SDL_mixer/load_ogg.c
|
2009-09-02 18:44:00 +02:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/^sounds_DATA/s|Makefile.am||g' ${WRKSRC}/sounds/Makefile.in
|
2008-08-31 20:07:44 +02:00
|
|
|
|
2012-04-21 20:48:17 +02:00
|
|
|
.include <bsd.port.mk>
|