aboutsummaryrefslogtreecommitdiffstats
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
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)
-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
-rw-r--r--graphics/scrot/Makefile3
-rw-r--r--graphics/sharpconstruct/Makefile3
7 files changed, 8 insertions, 19 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
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index e87c716061da..e6fa9a995b36 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scrot
PORTVERSION= 0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://linuxbrit.co.uk/downloads/ \
http://www.amdmi3.ru/distfiles/
@@ -17,7 +17,6 @@ COMMENT= A screen capture utility that utilizes Imlib2
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
-USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile
index 808583ccfbad..11313b77c205 100644
--- a/graphics/sharpconstruct/Makefile
+++ b/graphics/sharpconstruct/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sharpconstruct
PORTVERSION= 0.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF
MASTER_SITE_SUBDIR= sharp3d
@@ -19,7 +19,6 @@ LIB_DEPENDS= gtkglextmm-x11-1.2.0:${PORTSDIR}/x11-toolkits/gtkglextmm \
glademm-2.4.1:${PORTSDIR}/devel/libglademm24
USE_BZIP2= yes
-USE_X_PREFIX= yes
USE_GL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes