2011-10-31 22:09:49 +01:00
|
|
|
PORTNAME= phlipple
|
2012-09-07 02:13:23 +02:00
|
|
|
PORTVERSION= 0.8.5
|
2021-06-19 22:16:08 +02:00
|
|
|
PORTREVISION= 7
|
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
|
|
|
|
|
2020-09-30 12:36:54 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
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
|
|
|
|
2020-09-30 12:36:54 +02:00
|
|
|
USES= desktop-file-utils gl pkgconfig sdl dos2unix xorg
|
2015-09-20 03:13:47 +02:00
|
|
|
USE_GL= gl glew glu
|
2020-09-30 12:36:54 +02:00
|
|
|
USE_SDL= sdl mixer image
|
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
|
|
|
|
PORTDATA= *
|
2020-09-30 12:36:54 +02:00
|
|
|
PORTDOCS= *
|
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>
|