2013-07-12 17:01:45 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
2011-10-31 22:09:49 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phlipple
|
2012-09-07 02:13:23 +02:00
|
|
|
PORTVERSION= 0.8.5
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 2
|
2011-10-31 22:09:49 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= Flipping squares will never be the same
|
|
|
|
|
2013-10-19 04:57:23 +02:00
|
|
|
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
|
|
|
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
|
|
|
libGLEW.so:${PORTSDIR}/graphics/glew
|
2011-10-31 22:09:49 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-02 21:55:48 +02:00
|
|
|
USES= pkgconfig
|
2011-10-31 22:09:49 +01:00
|
|
|
USE_SDL= sdl mixer image
|
|
|
|
USE_GL= gl glu
|
|
|
|
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-08-26 16:06:08 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lm
|
2011-10-31 22:09:49 +01:00
|
|
|
|
2013-10-19 04:57:23 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
|
|
share/applications/${PORTNAME}.desktop \
|
|
|
|
share/pixmaps/${PORTNAME}.png
|
2011-10-31 22:09:49 +01:00
|
|
|
PORTDOCS= *
|
2013-10-19 04:57:23 +02:00
|
|
|
PORTDATA= *
|
2011-10-31 22:09:49 +01:00
|
|
|
|
2013-10-19 04:57:23 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2013-07-12 17:01:45 +02:00
|
|
|
|
2011-10-31 22:09:49 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/*.c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|