1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Max Brazhnikov 372ab1a7ce games/phlipple: unbreak after c9e43954f5a1
Limit dos2unix, as global conversion breaks resource files.
 Update WWW.

PR:		275781
Reported by:	Nathan
Approved by:	amdmi3@ (in advance)
2023-12-27 12:10:33 +03:00

38 lines
820 B
Makefile

PORTNAME= phlipple
PORTVERSION= 0.8.5
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Flipping squares will never be the same
WWW= https://sourceforge.net/projects/phlipple/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis
USES= desktop-file-utils gl pkgconfig sdl dos2unix xorg
USE_GL= gl glew glu
USE_SDL= sdl mixer image
GNU_CONFIGURE= yes
DOS2UNIX_FILES= src/engine.h
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lm
PLIST_FILES= bin/${PORTNAME} \
share/applications/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
PORTDATA= *
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/*.c
.include <bsd.port.mk>