diff options
author | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
commit | e896edb7fed80da6ae7d986bb31d0f459cbf72ea (patch) | |
tree | 5a4cdd19b2797d53e5ff29d89f921d882e82acda /math | |
parent | aba5e6c463028c3b0542695e7351bd9b809071eb (diff) | |
download | pkgsrc-e896edb7fed80da6ae7d986bb31d0f459cbf72ea.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'math')
-rw-r--r-- | math/abs/Makefile | 4 | ||||
-rw-r--r-- | math/euler/Makefile | 4 | ||||
-rw-r--r-- | math/ltm/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/meschach/Makefile | 4 | ||||
-rw-r--r-- | math/newmat/Makefile | 4 | ||||
-rw-r--r-- | math/ntl/Makefile | 4 | ||||
-rw-r--r-- | math/tochnog/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index cd8ccfba368..1888b6719f1 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/09/09 02:43:10 obache Exp $ # DISTNAME= abs-src-0.8 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.ping.be/bertin/abs.shtml COMMENT= Free spreadsheet with graphical user interface USE_X11BASE= YES -MAKEFILE= Makefile.netBSD +MAKE_FILE= Makefile.netBSD INSTALLATION_DIRS= bin diff --git a/math/euler/Makefile b/math/euler/Makefile index 009b6fdca19..68943e9d43e 100644 --- a/math/euler/Makefile +++ b/math/euler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:03 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:10 obache Exp $ DISTNAME= euler-1.60.6 PKGREVISION= 5 @@ -10,7 +10,7 @@ HOMEPAGE= http://euler.sourceforge.net/index.html COMMENT= Interactive numerical analysis and graphics program WRKSRC= ${WRKDIR}/euler-1.60/source -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= euler .include "../../x11/gtk/buildlink3.mk" diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 7895ca1a82a..69bb787c521 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/15 13:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/09 02:43:10 obache Exp $ # DISTNAME= ltm-0.30 @@ -14,7 +14,7 @@ COMMENT= Number theoretic multiple-precision integer library PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/libtommath-0.30 -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= default INSTALLATION_DIRS= include lib diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 7a69f7aceb1..8abf2658c02 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2006/08/15 15:38:25 minskim Exp $ +# $NetBSD: Makefile,v 1.72 2006/09/09 02:43:10 obache Exp $ # DISTNAME= mathomatic-12.6.1 @@ -13,7 +13,7 @@ COMMENT= Small portable symbolic math program PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile CFLAGS.SunOS+= -DSOLARIS diff --git a/math/meschach/Makefile b/math/meschach/Makefile index 65f50e45070..63cc33b9977 100644 --- a/math/meschach/Makefile +++ b/math/meschach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:04 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:43:10 obache Exp $ DISTNAME= mesch12b PKGNAME= meschach-1.2b @@ -12,7 +12,7 @@ COMMENT= Library of C Routines for Matrix Computations WRKSRC= ${WRKDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-all -MAKEFILE= makefile +MAKE_FILE= makefile pre-patch: ${CP} ${FILESDIR}/makefile.in ${WRKSRC} diff --git a/math/newmat/Makefile b/math/newmat/Makefile index d03f65d8f2a..42ea8bc3e9d 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/01 19:30:12 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:43:10 obache Exp $ # DISTNAME= newmat10 # actually newmat10B, but no such distfile @@ -13,7 +13,7 @@ COMMENT= Newmat C++ Matrix Library WRKSRC= ${WRKDIR} DIST_SUBDIR= newmat10B -MAKEFILE= nm_cc.mak +MAKE_FILE= nm_cc.mak BUILD_TARGET= garch USE_LANGUAGES= c++ diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 5a85d6d0c9e..a4c07a4bd58 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/06/04 11:27:44 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:43:10 obache Exp $ DISTNAME= ntl-5.3.1 PKGREVISION= 1 @@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src NO_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../devel/gmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile index 0c4548ddbb2..157f3e2fd13 100644 --- a/math/tochnog/Makefile +++ b/math/tochnog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/25 15:33:38 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:43:10 obache Exp $ DISTNAME= tochnog-20010429 CATEGORIES= math @@ -12,7 +12,7 @@ COMMENT= Finite Element Analysis Program WRKSRC= ${WRKDIR}/tochnog/src DIST_SUBDIR= ${DISTNAME} EXTRACT_ONLY= tn.tar.gz -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= netbsd MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q} |