aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-05 09:31:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-05 09:31:52 +0000
commitceba2112833ea325577af308d27cad5d00490059 (patch)
tree43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /emulators
parent4f43ab018ab882c42157803c6c7856dce3689cdc (diff)
downloadports-ceba2112833ea325577af308d27cad5d00490059.tar.gz
ports-ceba2112833ea325577af308d27cad5d00490059.zip
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
Notes
Notes: svn path=/head/; revision=12289
Diffstat (limited to 'emulators')
-rw-r--r--emulators/frodo/Makefile4
-rw-r--r--emulators/ines/Makefile4
-rw-r--r--emulators/mastergear/Makefile4
-rw-r--r--emulators/snes9x/Makefile4
-rw-r--r--emulators/vgb/Makefile6
5 files changed, 11 insertions, 11 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile
index 8ec69f7e22b0..894e459d3c57 100644
--- a/emulators/frodo/Makefile
+++ b/emulators/frodo/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 Dez 1997
# Whom: dirk.meyer@dinoex.sub.org
#
-# $Id: Makefile,v 1.1.1.1 1998/02/21 21:24:35 steve Exp $
+# $Id: Makefile,v 1.2 1998/02/22 08:34:59 fenner Exp $
DISTNAME= FrodoV4_1a.Src
PKGNAME= frodo-4.1
@@ -14,7 +14,7 @@ MAINTAINER= dirk.meyer@dinoex.sub.org
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
-USE_X11= YES
+USE_X_PREFIX= YES
ALL_TARGET= Frodo
WRKSRC= ${WRKDIR}/Frodo/Src
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index 137944a053dc..1dff46605075 100644
--- a/emulators/ines/Makefile
+++ b/emulators/ines/Makefile
@@ -3,7 +3,7 @@
# Date created: 02 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/08/24 20:27:22 max Exp $
+# $Id: Makefile,v 1.6 1998/01/26 09:43:36 vanilla Exp $
#
DISTNAME= iNES07-FreeBSD-80x86-bin
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
WRKSRC= ${WRKDIR}/NES
-USE_X11= yes
+USE_X_PREFIX= yes
NO_BUILD= yes
do-install:
diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile
index a8f495ee366c..adf0e631e3e2 100644
--- a/emulators/mastergear/Makefile
+++ b/emulators/mastergear/Makefile
@@ -3,7 +3,7 @@
# Date created: 02 November 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.4 1997/07/01 11:40:41 tg Exp $
+# $Id: Makefile,v 1.5 1998/01/25 17:03:52 steve Exp $
#
DISTNAME= SMS
@@ -14,7 +14,7 @@ DISTFILES= MG.tar.Z
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
-USE_X11= yes
+USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 2b4c18c939c8..2635698afae5 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 July 1997
# Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1997/11/02 14:56:42 jseger Exp $
+# $Id: Makefile,v 1.2 1998/07/27 01:00:43 steve Exp $
#
DISTNAME= s9x.linux.105.i386
@@ -18,7 +18,7 @@ RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_X11= yes
+USE_X_PREFIX= yes
STRIP=
BINOWN= root
diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile
index 877f5cf4289c..494d17c2666c 100644
--- a/emulators/vgb/Makefile
+++ b/emulators/vgb/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.3 1996/11/29 19:47:00 torstenb Exp $
+# $Id: Makefile,v 1.4 1997/04/30 03:18:00 asami Exp $
#
DISTNAME= GB
@@ -14,8 +14,8 @@ DISTFILES= VGB.tar.Z
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
-USE_X11= yes
-CONFIGURE_ENV+= X11BASE=${X11BASE}
+USE_X_PREFIX= yes
+CONFIGURE_ENV= X11BASE=${X11BASE}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gblist ${PREFIX}/bin