mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update to version 0.0.2beta1.
- Remove USE_REINPLACE. Approved by: garga (mentor)
This commit is contained in:
parent
30fb2700c0
commit
5e7922eca8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159894
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= qonk
|
||||
PORTVERSION= 0.0.1
|
||||
DISTVERSION= 0.0.2beta1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://anthony.liekens.net/pub/files/
|
||||
|
||||
@ -15,7 +15,6 @@ COMMENT= Small build and conquer strategy game
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_SDL= gfx sdl ttf
|
||||
USE_REINPLACE= yes
|
||||
|
||||
OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on
|
||||
|
||||
@ -33,7 +32,7 @@ post-patch:
|
||||
${WRKSRC}/main.cpp ${WRKSRC}/messages.cpp
|
||||
|
||||
# Enable/disable compilation optimizations
|
||||
.if !defined(WITH_OPTIMIZED_CFLAGS)
|
||||
.if defined(WITHOUT_OPTIMIZED_CFLAGS)
|
||||
@${REINPLACE_CMD} -e 's|-O3||' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (qonk-0.0.1.tar.gz) = 149759ea51a6e129682d1a4fd80148e6
|
||||
SHA256 (qonk-0.0.1.tar.gz) = 942ba3af92c422e533103495ba5dbd5f23dcc821aa2a395ce9f5aba1e9514d40
|
||||
SIZE (qonk-0.0.1.tar.gz) = 53976
|
||||
MD5 (qonk-0.0.2beta1.tar.gz) = d3f445f94c11c5d2ac1c4ca4533ba412
|
||||
SHA256 (qonk-0.0.2beta1.tar.gz) = 3dd5add09f1fc4c9c3d00e125509197b13b70d586c3595f01f565a794eca8f64
|
||||
SIZE (qonk-0.0.2beta1.tar.gz) = 92832
|
||||
|
11
games/qonk/files/patch-SDL_gfxPrimitives.h
Normal file
11
games/qonk/files/patch-SDL_gfxPrimitives.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- SDL_gfxPrimitives.h.orig Sat Aug 6 08:53:38 2005
|
||||
+++ SDL_gfxPrimitives.h Thu Apr 13 23:20:20 2006
|
||||
@@ -14,7 +14,7 @@
|
||||
#define M_PI 3.141592654
|
||||
#endif
|
||||
|
||||
-#include <SDL/SDL.h>
|
||||
+#include <SDL.h>
|
||||
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
#ifdef __cplusplus
|
Loading…
Reference in New Issue
Block a user