From ceba2112833ea325577af308d27cad5d00490059 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 5 Aug 1998 09:31:52 +0000 Subject: 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. --- math/Scilab/Makefile | 4 ++-- math/apc/Makefile | 4 ++-- math/calctool/Makefile | 4 ++-- math/femlab/Makefile | 4 ++-- math/freefem/Makefile | 4 ++-- math/kaskade/Makefile | 4 ++-- math/scilab/Makefile | 4 ++-- math/siag/Makefile | 4 ++-- math/wingz/Makefile | 4 ++-- math/wingz3/Makefile | 4 ++-- math/xgfe/Makefile | 4 ++-- math/xldlas/Makefile | 4 ++-- math/xmgr/Makefile | 4 ++-- math/xplot/Makefile | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) (limited to 'math') diff --git a/math/Scilab/Makefile b/math/Scilab/Makefile index fb6f53ba146d..8a53aa86ccba 100644 --- a/math/Scilab/Makefile +++ b/math/Scilab/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1997 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.2 1998/02/11 10:36:31 tg Exp $ +# $Id: Makefile,v 1.3 1998/07/25 12:54:07 asami Exp $ # DISTNAME= scilab-2.3.1 @@ -21,7 +21,7 @@ BROKEN= package NO_CDROM= "Don't sell for profit." WRKSRC= ${WRKDIR}/scilab-2.3 HAS_CONFIGURE= yes -USE_X11= yes +USE_X_PREFIX= yes SCIDIR= ${X11BASE}/lib/X11/scilab diff --git a/math/apc/Makefile b/math/apc/Makefile index 1c25d6f06e95..f907b644b8f1 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -3,7 +3,7 @@ # Date created: May 1 1997 # Whom: Eric A. Griff # -# $Id: Makefile,v 1.1.1.1 1997/06/03 22:42:32 asami Exp $ +# $Id: Makefile,v 1.2 1997/10/15 22:46:03 max Exp $ # DISTNAME= apc-1.0 @@ -14,7 +14,7 @@ MAINTAINER= eagriff@global2000.net LIB_DEPENDS= xforms\\.0\\.86:${PORTSDIR}/x11/xforms -USE_X11= YES +USE_X_PREFIX= YES MAN1= apc.1 MANCOMPRESSED= YES diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 5cb0b1e227ff..b53143e6e485 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Dec 1996 # Whom: nsayer@quack.kfu.com # -# $Id: Makefile,v 1.1.1.1 1996/12/12 03:46:31 erich Exp $ +# $Id: Makefile,v 1.2 1996/12/12 05:28:54 asami Exp $ # DISTNAME= calctool-2.4pl13 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.kfu.com/pub/ MAINTAINER= nsayer@quack.kfu.com -USE_X11= yes +USE_X_PREFIX= yes MAN1= calctool.1 .include diff --git a/math/femlab/Makefile b/math/femlab/Makefile index 350b4e1c01d5..1f726dd853f9 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -3,7 +3,7 @@ # Date created: 19 June 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.1.1.1 1997/09/16 07:04:58 tg Exp $ +# $Id: Makefile,v 1.2 1997/09/17 06:29:25 asami Exp $ # DISTNAME= femlab-2d-v1.1 @@ -17,7 +17,7 @@ MAINTAINER= giffunip@asme.org BUILD_DEPENDS= ${PREFIX}/lib/libsx.a:${PORTSDIR}/x11/libsx WRKSRC= ${WRKDIR}/${PKGNAME} -USE_X11= yes +USE_X_PREFIX= yes FEMLAB_HOME= ${PREFIX}/lib/X11/femlab diff --git a/math/freefem/Makefile b/math/freefem/Makefile index f1c621943549..869be384af9b 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -3,7 +3,7 @@ # Date created: 20 December 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.4 1998/02/20 18:39:52 steve Exp $ +# $Id: Makefile,v 1.5 1998/04/01 02:23:51 asami Exp $ # DISTNAME= freefem-3.4 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.asci.fr/~prudhomm/gfem-html/freefem/ MAINTAINER= giffunip@asme.org -USE_X11= yes +USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-adapt --with-optimization diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 41e839f8a0ba..dc536683c5b6 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Sept. 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.2 1997/11/22 09:56:34 asami Exp $ +# $Id: Makefile,v 1.3 1997/11/26 23:10:55 jseger Exp $ # DISTNAME= 3.1.1 @@ -18,7 +18,7 @@ DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.1 MAKEFILE= makefile ALL_TARGET= k6 -USE_X11= yes +USE_X_PREFIX= yes do-install: $(INSTALL_PROGRAM) $(WRKSRC)/k6 $(PREFIX)/bin diff --git a/math/scilab/Makefile b/math/scilab/Makefile index fb6f53ba146d..8a53aa86ccba 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1997 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.2 1998/02/11 10:36:31 tg Exp $ +# $Id: Makefile,v 1.3 1998/07/25 12:54:07 asami Exp $ # DISTNAME= scilab-2.3.1 @@ -21,7 +21,7 @@ BROKEN= package NO_CDROM= "Don't sell for profit." WRKSRC= ${WRKDIR}/scilab-2.3 HAS_CONFIGURE= yes -USE_X11= yes +USE_X_PREFIX= yes SCIDIR= ${X11BASE}/lib/X11/scilab diff --git a/math/siag/Makefile b/math/siag/Makefile index c9a476d71c74..1c9851a59940 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jan 1998 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.3 1998/03/07 00:21:29 itojun Exp $ +# $Id: Makefile,v 1.4 1998/07/06 17:41:14 itojun Exp $ # DISTNAME= siag-2.80 @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz MAINTAINER= itojun@itojun.org -USE_X11= yes +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/siag do-build: diff --git a/math/wingz/Makefile b/math/wingz/Makefile index d60ca27f9dcc..23bbfd597b86 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 27 09:15:10 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.3 1997/05/28 05:33:09 fenner Exp $ +# $Id: Makefile,v 1.4 1997/07/13 18:49:25 max Exp $ # DISTNAME= Wingz-142 @@ -18,7 +18,7 @@ RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib NO_WRKSUBDIR= yes -USE_X11= yes +USE_X_PREFIX= yes post-install: @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index d60ca27f9dcc..23bbfd597b86 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 27 09:15:10 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.3 1997/05/28 05:33:09 fenner Exp $ +# $Id: Makefile,v 1.4 1997/07/13 18:49:25 max Exp $ # DISTNAME= Wingz-142 @@ -18,7 +18,7 @@ RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib NO_WRKSUBDIR= yes -USE_X11= yes +USE_X_PREFIX= yes post-install: @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 524710b8d829..e814e8d633d2 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -3,7 +3,7 @@ # Date created: 24 March 1998 # Whom: Matthew Hunt # -# $Id: Makefile,v 1.3 1998/04/18 00:08:43 mph Exp $ +# $Id: Makefile,v 1.4 1998/06/10 19:12:47 mph Exp $ # DISTNAME= xgfe-2.0 @@ -15,7 +15,7 @@ MAINTAINER= mph@freebsd.org LIB_DEPENDS= qt\\.1\\.3:${PORTSDIR}/x11/qt RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -USE_X11= yes +USE_X_PREFIX= yes MAKE_ENV= X11BASE=$(X11BASE) PREFIX=$(PREFIX) .if defined(NOPORTDOCS) diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 04c9236e17e5..fbd0d5f009ca 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Dec 97 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.1.1.1 1998/04/27 05:25:00 mph Exp $ +# $Id: Makefile,v 1.2 1998/05/25 21:03:04 fenner Exp $ # DISTNAME= xldlas-0.85 @@ -20,7 +20,7 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms WRKSRC= ${WRKDIR}/xldlas -USE_X11= yes +USE_X_PREFIX= yes MAN1= xldlas.1 diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index c0c139eb22af..3ce170d5e44a 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -3,7 +3,7 @@ # Date created: So 2 Mär 1997 12:11:43 MET # Whom: Andreas Klemm # -# $Id: Makefile,v 1.6 1998/04/30 08:52:05 tg Exp $ +# $Id: Makefile,v 1.7 1998/06/29 18:46:39 andreas Exp $ # DISTNAME= xmgr-4.1.1 @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \ ${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf LIB_DEPENDS= Xbae\\.6\\.:${PORTSDIR}/x11/xbae -USE_X11= YES +USE_X_PREFIX= YES REQUIRE_MOTIF= YES HAS_CONFIGURE= YES CONFIGURE_ARGS= -prefix=${X11BASE} \ diff --git a/math/xplot/Makefile b/math/xplot/Makefile index 3d31131edbc1..3e5acffc1ac2 100644 --- a/math/xplot/Makefile +++ b/math/xplot/Makefile @@ -3,7 +3,7 @@ # Date created: 3 March 1997 # Whom: fenner # -# $Id: Makefile,v 1.1.1.1 1997/03/06 01:23:08 asami Exp $ +# $Id: Makefile,v 1.2 1998/03/20 19:25:35 fenner Exp $ # DISTNAME= xplot-0.90 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ MAINTAINER= fenner@FreeBSD.ORG -USE_X11= yes +USE_X_PREFIX= yes GNU_CONFIGURE= yes XPLOT_DEMOS= demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7 -- cgit v1.2.3