Skip to content

Commit

Permalink
Replace all occurrences of USE_X11 with USE_X11BASE. This means "inst…
Browse files Browse the repository at this point in the history
…all this

package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
  • Loading branch information
agc committed Jan 30, 1999
1 parent c913b0f commit f647320
Show file tree
Hide file tree
Showing 105 changed files with 214 additions and 214 deletions.
4 changes: 2 additions & 2 deletions cad/geda/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/12/31 12:05:52 frueauf Exp $
# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:44 agc Exp $
#

DISTNAME= gEDA-19981213
Expand All @@ -16,7 +16,7 @@ DEPENDS+= guile-1.3:../../lang/guile
CONFLICTS= gEDA-19981117

GNU_CONFIGURE= yes
USE_X11= yes
USE_X11BASE= yes
USE_LIBTOOL= yes

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions cad/spice/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 1998/08/26 14:17:15 tsarna Exp $
# $NetBSD: Makefile,v 1.8 1999/01/30 23:18:45 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp
#

Expand All @@ -17,7 +17,7 @@ HOMEPAGE= http://infopad.eecs.berkeley.edu/~icdesign/SPICE/
#PATCH_SITES= ftp://ilpsoft.eecs.berkeley.edu/pub/SPICE3F5/
#PATCHFILES= grid.patch newcoms.patch spsmp.patch

USE_X11= yes
USE_X11BASE= yes
NO_WRKSUBDIR= yes

do-configure:
Expand Down
4 changes: 2 additions & 2 deletions comms/xisp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1999/01/16 17:26:03 frueauf Exp $
# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:45 agc Exp $
#

DISTNAME= xisp-2.5p4
Expand All @@ -14,7 +14,7 @@ DEPENDS+= xforms-0.88:../../x11/xforms

ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k

USE_X11= yes
USE_X11BASE= yes

post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp
Expand Down
4 changes: 2 additions & 2 deletions converters/kdesupport/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 1998/12/29 19:42:09 tron Exp $
# $NetBSD: Makefile,v 1.18 1999/01/30 23:18:45 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp
#

Expand All @@ -14,7 +14,7 @@ DEPENDS+= qt-1.42:../../x11/qt

CONFLICTS= kdesupport-2.1b kdesupport-3.1b kdesupport-4.1b

USE_X11= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
Expand Down
4 changes: 2 additions & 2 deletions converters/xdeview/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 1998/09/28 13:43:36 tron Exp $
# $NetBSD: Makefile,v 1.12 1999/01/30 23:18:45 agc Exp $
# FreeBSD Id: Makefile,v 1.11 1998/02/24 21:43:45 jseger Exp
#

Expand All @@ -13,7 +13,7 @@ HOMEPAGE= http://www.informatik.uni-frankfurt.de/~fp/uudeview/
DEPENDS+= tk-8.0p2:../../x11/tk80
DEPENDS+= uulib-0.5.13:../../converters/uulib

USE_X11= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tcl="${LOCALBASE}" --enable-tk="${LOCALBASE}"
# Season to taste --- anything over tcl7.5
Expand Down
4 changes: 2 additions & 2 deletions databases/gtksql/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1999/01/17 00:56:43 frueauf Exp $
# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:45 agc Exp $
#

DISTNAME= gtksql-0.2
Expand All @@ -15,7 +15,7 @@ DEPENDS+= postgresql-6.4.2:../../databases/postgresql
# restriction inherit from postgresql
NOT_FOR_ARCHS= alpha mips

USE_X11= yes
USE_X11BASE= yes

PGUSER?= pgsql

Expand Down
4 changes: 2 additions & 2 deletions devel/glade/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1998/12/31 13:15:22 frueauf Exp $
# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:45 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp
#

Expand All @@ -16,7 +16,7 @@ DEPENDS+= gtk+-1.0.6:../../x11/gtk10

GNU_CONFIGURE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
USE_X11= yes
USE_X11BASE= yes

post-install:
${MKDIR} ${PREFIX}/share/doc/glade
Expand Down
4 changes: 2 additions & 2 deletions devel/libgtop/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 1999/01/16 04:10:05 tron Exp $
# $NetBSD: Makefile,v 1.10 1999/01/30 23:18:45 agc Exp $
#

DISTNAME= libgtop-0.99.2
Expand All @@ -18,7 +18,7 @@ CONFLICTS= libgtop-*
NOT_FOR_ARCHS= alpha # problems with gtk

GNU_CONFIGURE= yes
USE_X11= yes
USE_X11BASE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes

Expand Down
4 changes: 2 additions & 2 deletions editors/xvile/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 1998/10/05 12:43:46 agc Exp $
# $NetBSD: Makefile,v 1.15 1999/01/30 23:18:46 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp
#

Expand All @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz

MAINTAINER= [email protected]

USE_X11= yes
USE_X11BASE= yes
MAKEFILE= makefile
GNU_CONFIGURE= yes
USE_PERL5= yes
Expand Down
4 changes: 2 additions & 2 deletions emulators/bochs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1998/11/12 23:03:40 frueauf Exp $
# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:46 agc Exp $

DISTNAME= bochs-980707a
CATEGORIES= emulators
Expand All @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/bochs-980707
USE_GMAKE= yes
CONFIGURE_ARGS+= --enable-vga #--with-x11
GNU_CONFIGURE= yes
USE_X11= yes
USE_X11BASE= yes

post-configure:
${SED} -e 's@XXXPREFIXXXX@${PREFIX}@' < ${WRKSRC}/.bochsrc > ${WRKSRC}/bochsrc
Expand Down
4 changes: 2 additions & 2 deletions emulators/vice/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1998/09/16 09:37:28 matthias Exp $
# $NetBSD: Makefile,v 1.5 1999/01/30 23:18:46 agc Exp $

DISTNAME= vice-0.15.0
CATEGORIES= emulators
Expand All @@ -14,7 +14,7 @@ MIRROR_DISTFILE= no
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib"
USE_GMAKE= yes
USE_X11= yes
USE_X11BASE= yes
INFO_FILES= vice.info

post-install:
Expand Down
4 changes: 2 additions & 2 deletions emulators/wine/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 1998/12/14 02:17:10 tv Exp $
# $NetBSD: Makefile,v 1.15 1999/01/30 23:18:46 agc Exp $

DISTNAME= Wine-981211
PKGNAME= wine-981211
Expand All @@ -15,7 +15,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm

CONFLICTS= wine-980[26]*

USE_X11= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-dll

Expand Down
4 changes: 2 additions & 2 deletions emulators/xmame/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.27 1998/12/28 13:46:12 hubertf Exp $
# $NetBSD: Makefile,v 1.28 1999/01/30 23:18:46 agc Exp $
#

DISTNAME= xmame-0.34b8.1
Expand All @@ -17,7 +17,7 @@ CONFLICTS= xmame-0.30.1 xmame-0.33b6.1 xmame-0.34b1.1 \

NOT_FOR_ARCHS= alpha #gcc lossage

USE_X11= yes
USE_X11BASE= yes
USE_GMAKE= yes
MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \
INSTALL_MAN="${INSTALL_MAN}" \
Expand Down
4 changes: 2 additions & 2 deletions emulators/xmess/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 1998/12/28 13:46:12 hubertf Exp $
# $NetBSD: Makefile,v 1.9 1999/01/30 23:18:46 agc Exp $
#

DISTNAME= unix02b4
Expand All @@ -17,7 +17,7 @@ CONFLICTS= xmess-0.1

NOT_FOR_ARCHS= alpha #gcc lossage

USE_X11= yes
USE_X11BASE= yes
USE_GMAKE= yes
MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \
INSTALL_MAN="${INSTALL_MAN}" \
Expand Down
4 changes: 2 additions & 2 deletions fonts/Xg/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:31 frueauf Exp $
# $NetBSD: Makefile,v 1.6 1999/01/30 23:18:53 agc Exp $
# FreeBSD Id: Makefile,v 1.4 1997/01/27 15:59:35 erich Exp
#

Expand All @@ -10,6 +10,6 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= [email protected]

NO_WRKSUBDIR= yes
USE_X11= yes
USE_X11BASE= yes

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions games/abuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/08/28 12:55:42 garbled Exp $
# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:46 agc Exp $

DISTNAME= abuse_pd
PKGNAME= abuse-2.0
Expand All @@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}.tgz abuse_data.tar.gz
MAINTAINER= [email protected]
HOMEPAGE= http://www.crack.com/games/abuse/index.html

USE_X11= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib"
USE_GMAKE= yes
Expand Down
4 changes: 2 additions & 2 deletions games/battalion/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1998/11/12 23:34:30 frueauf Exp $
# $NetBSD: Makefile,v 1.11 1999/01/30 23:18:47 agc Exp $
#

DISTNAME= battalion
Expand All @@ -16,7 +16,7 @@ DEPENDS+= Mesa-3.0:../../graphics/Mesa
NOT_FOR_ARCHS= alpha # relies on Mesa (gcc)

EXTRACT_ONLY= battalionSource1.4.tar.Z
USE_X11= yes
USE_X11BASE= yes

do-install:
${INSTALL} -c -s -o root -g games -m 2755 ${WRKSRC}/battalion ${PREFIX}/bin
Expand Down
4 changes: 2 additions & 2 deletions games/craft/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 00:37:33 garbled Exp $
# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:47 agc Exp $

DISTNAME= craftcc35
PKGNAME= craft-3.5
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://borneo.gmd.de/~hua/

NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_X11= yes
USE_X11BASE= yes

post-patch:
${RM} -f ${WRKSRC}/hcc/hcc
Expand Down
4 changes: 2 additions & 2 deletions games/finalbattle/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1998/08/27 14:06:07 garbled Exp $
# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:47 agc Exp $
#

DISTNAME= finalbattle.0.0
Expand All @@ -12,6 +12,6 @@ HOMEPAGE= http://www.sonic.net/~nbs/unix/x/finalbattle/
MAKEFILE= makefile
WRKSRC= ${WRKDIR}/final

USE_X11= yes
USE_X11BASE= yes

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions games/galaxa/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:54 tsarna Exp $
# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:47 agc Exp $
#

DISTNAME= galaxa.0.1
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://www.sonic.net/~nbs/unix/x/galaxa/

WRKSRC= ${WRKDIR}/galaxa
MAKEFILE= makefile
USE_X11= yes
USE_X11BASE= yes

pre-install:
${MKDIR} ${PREFIX}/share/doc/galaxa
Expand Down
4 changes: 2 additions & 2 deletions games/gemdropx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1998/08/27 14:06:08 garbled Exp $
# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:47 agc Exp $
#

DISTNAME= gemdropx
Expand All @@ -12,6 +12,6 @@ HOMEPAGE= http://www.sonic.net/~nbs/unix/x/gemdropx/
MAKEFILE= makefile
WRKSRC= ${WRKDIR}/gemdropx

USE_X11= yes
USE_X11BASE= yes

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions games/golddig/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/08/27 14:06:08 garbled Exp $
# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:47 agc Exp $
#

DISTNAME= golddig2
Expand All @@ -8,7 +8,7 @@ MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/linux/sunsite/games/arcad

MAINTAINER= [email protected]

USE_X11= yes
USE_X11BASE= yes

post-extract:
${RM} ${WRKSRC}/golddig ${WRKSRC}/makelev ${WRKSRC}/*.o
Expand Down
4 changes: 2 additions & 2 deletions games/icbm3d/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:55 tsarna Exp $
# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:47 agc Exp $
#

DISTNAME= icbm3d.0.3
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://www.sonic.net/~nbs/unix/x/icbm3d/

WRKSRC= ${WRKDIR}/icbm3d
MAKEFILE= makefile
USE_X11= yes
USE_X11BASE= yes

pre-install:
${MKDIR} ${PREFIX}/share/doc/icbm3d
Expand Down
4 changes: 2 additions & 2 deletions games/imaze/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1998/08/27 14:06:08 garbled Exp $
# $NetBSD: Makefile,v 1.5 1999/01/30 23:18:47 agc Exp $

DISTNAME= imaze1.3
PKGNAME= imaze-1.3
Expand All @@ -14,7 +14,7 @@ EXTRACT_ONLY= imaze1.3.tar.Z
WRKSRC= ${WRKDIR}/imaze

USE_MOTIF= yes
USE_X11= yes
USE_X11BASE= yes

post-build:
cd ${WRKSRC} && /bin/pax -rf ${DISTDIR}/imaze-sounds.tar
Expand Down
4 changes: 2 additions & 2 deletions games/kdegames/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 1998/12/29 19:46:49 tron Exp $
# $NetBSD: Makefile,v 1.24 1999/01/30 23:18:48 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp
#

Expand All @@ -15,7 +15,7 @@ DEPENDS+= kdesupport-1.0:../../converters/kdesupport

CONFLICTS= kdegames-2.1b kdegames-3.1b kdegames-4.1b

USE_X11= yes
USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
Expand Down
4 changes: 2 additions & 2 deletions games/lincity/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:55 tsarna Exp $
# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:48 agc Exp $
#

DISTNAME= lincity109-src
Expand All @@ -13,7 +13,7 @@ HOMEPAGE= http://www.floot.demon.co.uk/lincity.html
WRKSRC= ${WRKDIR}/lincity109

USE_GMAKE= yes
USE_X11= yes
USE_X11BASE= yes
ALL_TARGET= freebsd

post-patch:
Expand Down
Loading

0 comments on commit f647320

Please sign in to comment.