Skip to content

Commit

Permalink
games/phlipple: unbreak after c9e4395
Browse files Browse the repository at this point in the history
 Limit dos2unix, as global conversion breaks resource files.
 Update WWW.

PR:		275781
Reported by:	Nathan
Approved by:	amdmi3@ (in advance)
  • Loading branch information
MaxBrazhnikov committed Dec 27, 2023
1 parent 2006145 commit 372ab1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games/phlipple/Makefile
@@ -1,12 +1,12 @@
PORTNAME= phlipple
PORTVERSION= 0.8.5
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}

MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Flipping squares will never be the same
WWW= http://phuzzboxmedia.com/games/phlipple
WWW= https://sourceforge.net/projects/phlipple/

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
Expand All @@ -18,6 +18,7 @@ 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
Expand Down

0 comments on commit 372ab1a

Please sign in to comment.