summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-25 22:44:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-25 22:44:48 +0000
commitcda30a295fd474159658e5a43f99f4441d06682f (patch)
tree2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /games
parentRepocopy linux_base-f7 -> linux_base-f8 is completed. (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209811
Diffstat (limited to 'games')
-rw-r--r--games/acm/Makefile4
-rw-r--r--games/grhino/Makefile1
-rw-r--r--games/ninix-aya/Makefile1
-rw-r--r--games/pykawari/Makefile1
-rw-r--r--games/tmw/Makefile5
-rw-r--r--games/xtris/Makefile4
6 files changed, 6 insertions, 10 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index e3145f063f32..b34daa4243f6 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -7,14 +7,14 @@
PORTNAME= acm
PORTVERSION= 5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.websimulations.com/download/
MAINTAINER= se@FreeBSD.org
COMMENT= A flight simulator for X11
-USE_XLIB= yes
+USE_XORG= x11
GNU_CONFIGURE= yes
USE_PERL5_BUILD=yes
diff --git a/games/grhino/Makefile b/games/grhino/Makefile
index 4a08ea8086a8..1a0c4b694f2b 100644
--- a/games/grhino/Makefile
+++ b/games/grhino/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= rhino
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= GRhino Othello/Reversi Program
-USE_X_PREFIX= yes
USE_GNOME= gnomeprefix libgnomeui
USE_GCC= 3.4+
USE_PERL5_BUILD=yes
diff --git a/games/ninix-aya/Makefile b/games/ninix-aya/Makefile
index dd93fc33a539..d7bf219aab6c 100644
--- a/games/ninix-aya/Makefile
+++ b/games/ninix-aya/Makefile
@@ -28,7 +28,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec
.endif # defined(PYVERSION) && ${PYVERSION:S/.//} < 24
USE_PYTHON= yes
-USE_X_PREFIX= yes
USE_GMAKE= yes
.include <bsd.port.mk>
diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile
index e21265678f20..a794bddb9870 100644
--- a/games/pykawari/Makefile
+++ b/games/pykawari/Makefile
@@ -28,7 +28,6 @@ PLIST_SUB= LOCALBASE=${LOCALBASE}
USE_PYTHON= yes
USE_GMAKE= yes
-USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/kawari-${PORTVERSION:S/.//g}
CFLAGS+= ${PTHREAD_CFLAGS} -fPIC
diff --git a/games/tmw/Makefile b/games/tmw/Makefile
index 18b4f97bfc3f..cb91babeb2a3 100644
--- a/games/tmw/Makefile
+++ b/games/tmw/Makefile
@@ -23,13 +23,12 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
BUILD_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan
RUN_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan
-USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_SDL= sdl image mixer net
USE_GCC= 3.2+
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN6= tmw.6
diff --git a/games/xtris/Makefile b/games/xtris/Makefile
index 4bf7d4659eec..00d2ada72e19 100644
--- a/games/xtris/Makefile
+++ b/games/xtris/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xtris
PORTVERSION= 1.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games ipv6
MASTER_SITES= http://www.iagora.com/~espel/xtris/ \
ftp://quatramaran.ens.fr/pub/orabidoo/
@@ -21,8 +21,8 @@ COMMENT= A multi-player version of a popular game for the X Window system
RESTRICTED= "Possible trademark infringement"
WRKSRC= ${WRKDIR}/xtris
+USE_XORG= x11 xext
-USE_X_PREFIX= yes
MAN6= xtris.6 xtserv.6 xtbot.6
MAKE_ENV= IPV6_CFLAGS="-DINET6"