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
|
2017-11-18 20:32:38 +01:00
|
|
|
PORTREVISION= 5
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg \
|
|
|
|
libvorbis.so:audio/libvorbis
|
2011-10-31 22:09:49 +01:00
|
|
|
|
2019-11-05 23:16:14 +01:00
|
|
|
USES= desktop-file-utils gl pkgconfig sdl
|
2011-10-31 22:09:49 +01:00
|
|
|
USE_SDL= sdl mixer image
|
2015-09-20 03:13:47 +02:00
|
|
|
USE_GL= gl glew glu
|
2015-05-26 15:10:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-10-31 22:09:49 +01:00
|
|
|
|
|
|
|
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>
|