aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-21 01:59:11 +0800
committermiwi <miwi@FreeBSD.org>2008-03-21 01:59:11 +0800
commita6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506 (patch)
treeaaf6a160c60a2d2c42efe7a3000bcaaa1be24b6e /games
parentc00cdec6619700cc86b2e6555d0be6b28460271e (diff)
downloadfreebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.tar.gz
freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.tar.zst
freebsd-ports-gnome-a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506.zip
- Get rid of USE_X_PREFIX.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r--games/glpuzzle/Makefile4
-rw-r--r--games/jigzo/Makefile4
-rw-r--r--games/moonlander/Makefile3
-rw-r--r--games/sdb/Makefile4
-rw-r--r--games/trimines/Makefile6
5 files changed, 6 insertions, 15 deletions
diff --git a/games/glpuzzle/Makefile b/games/glpuzzle/Makefile
index 08d6c26b5d65..da193d0766c0 100644
--- a/games/glpuzzle/Makefile
+++ b/games/glpuzzle/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glpuzzle
PORTVERSION= 0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.iua.upf.es/~mdeboer/resorama/glpuzzle/ \
http://www.amdmi3.ru/distfiles/
@@ -19,11 +19,9 @@ COMMENT= An OpenGL jigsaw puzzle game
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
-USE_X_PREFIX= yes
USE_SDL= sdl mixer
USE_GL= yes
USE_GMAKE= yes
-USE_GCC= 3.4+
MAKE_ENV= CXX="${CXX}" \
CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \
diff --git a/games/jigzo/Makefile b/games/jigzo/Makefile
index 08d6c26b5d65..da193d0766c0 100644
--- a/games/jigzo/Makefile
+++ b/games/jigzo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glpuzzle
PORTVERSION= 0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.iua.upf.es/~mdeboer/resorama/glpuzzle/ \
http://www.amdmi3.ru/distfiles/
@@ -19,11 +19,9 @@ COMMENT= An OpenGL jigsaw puzzle game
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
-USE_X_PREFIX= yes
USE_SDL= sdl mixer
USE_GL= yes
USE_GMAKE= yes
-USE_GCC= 3.4+
MAKE_ENV= CXX="${CXX}" \
CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \
diff --git a/games/moonlander/Makefile b/games/moonlander/Makefile
index b8df729eb191..7c476c4372db 100644
--- a/games/moonlander/Makefile
+++ b/games/moonlander/Makefile
@@ -7,7 +7,7 @@
PORTNAME= moonlander
PORTVERSION= 1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR=pool/main/m/moon-lander
@@ -17,7 +17,6 @@ MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Land a spacecraft on the moon
USE_SDL= mixer image sdl
-USE_X_PREFIX= YES
WRKSRC= ${WRKDIR}/moon-lander
diff --git a/games/sdb/Makefile b/games/sdb/Makefile
index 1b9656afc6f3..9503d2447092 100644
--- a/games/sdb/Makefile
+++ b/games/sdb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdb
PORTVERSION= 1.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://sdb.gamecreation.org/ \
http://www.amdmi3.ru/distfiles/
@@ -15,11 +15,9 @@ MASTER_SITES= http://sdb.gamecreation.org/ \
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Futuristic overhead shooter
-USE_X_PREFIX= yes
USE_SDL= mixer image sdl
USE_GL= yes
USE_GMAKE= yes
-USE_GCC= 3.4+
BUILD_WRKSRC= ${WRKSRC}/src
diff --git a/games/trimines/Makefile b/games/trimines/Makefile
index 1d2c695ac730..39cb1b75d756 100644
--- a/games/trimines/Makefile
+++ b/games/trimines/Makefile
@@ -7,17 +7,15 @@
PORTNAME= trimines
PORTVERSION= 1.3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.freewebs.com/trimines/ \
http://www.amdmi3.ru/distfiles/
-
+
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Mine sweeper game that uses triangles instead of squares
USE_SDL= sdl
-USE_GCC= 3.4+
-USE_X_PREFIX= yes
post-patch:
@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/gfx.c