summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
committertron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
commitf0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /math
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'math')
-rw-r--r--math/abs/Makefile7
-rw-r--r--math/grace/Makefile10
-rw-r--r--math/xmgr/Makefile12
3 files changed, 14 insertions, 15 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
index 2b07dd00f06..70c3c6e3366 100644
--- a/math/abs/Makefile
+++ b/math/abs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/02/20 22:48:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:29 tron Exp $
#
DISTNAME= abs-src-0.5
@@ -9,9 +9,8 @@ MASTER_SITES= http://www.ping.be/bertin/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ping.be/bertin/abs.shtml
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-
-USE_X11BASE= yes
+USE_X11BASE= YES
+USE_XPM= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 139aa3f0374..be88b0b1731 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/05/08 17:29:06 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:30 tron Exp $
#
DISTNAME= grace-5.1.0
@@ -8,7 +8,6 @@ MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/
MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= netcdf:../../devel/netcdf
DEPENDS+= jpeg-6*:../../graphics/jpeg
DEPENDS+= tiff-*:../../graphics/tiff
@@ -18,9 +17,10 @@ DEPENDS+= t1lib-1.0.1:../../textproc/t1lib
DEPENDS+= Xbae-*:../../x11/Xbae
#DEPENDS+= fftw-*:../../math/fftw
-USE_GMAKE= yes
-USE_FORTRAN= yes
-USE_MOTIF= yes
+USE_GMAKE= YES
+USE_FORTRAN= YES
+USE_MOTIF= YES
+USE_XPM= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace \
--with-extra-incpath=${LOCALBASE}/include:${X11BASE}/include
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
index 0a1267c6ccb..ea3a08159b0 100644
--- a/math/xmgr/Makefile
+++ b/math/xmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/07/25 08:33:58 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/23 23:14:29 tron Exp $
# FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp
#
@@ -15,14 +15,14 @@ MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/
BUILD_DEPENDS= bison:../../devel/bison
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= netcdf-3.4:../../devel/netcdf
-USE_FORTRAN= # defined
-USE_X11= # defined
-USE_MOTIF= # defined
+USE_FORTRAN= YES
+USE_X11= YES
+USE_XPM= YES
+USE_MOTIF= YES
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-acegr-home="${PREFIX}"
CONFIGURE_ARGS+= --enable-extra-incpath="${EXTRA_INCDIRS}"
CONFIGURE_ARGS+= --enable-extra-ldpath="${LOCALBASE}/lib"