summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /math
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'math')
-rw-r--r--math/bihar/Makefile4
-rw-r--r--math/calctool/Makefile12
-rw-r--r--math/fftpack/Makefile4
-rw-r--r--math/glove/Makefile4
-rw-r--r--math/kaskade/Makefile2
-rw-r--r--math/linpack/Makefile2
-rw-r--r--math/ngraph/Makefile8
-rw-r--r--math/pari/Makefile12
-rw-r--r--math/thx_1138/Makefile4
-rw-r--r--math/wingz/Makefile2
-rw-r--r--math/wingz3/Makefile2
11 files changed, 28 insertions, 28 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index 745370f17db1..7f29725a1acf 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -14,11 +14,11 @@ EXTRACT_SUFX= .tar
MAINTAINER= giffunip@asme.org
-LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack
+LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack
# ${DISTFILES} is automatically created from the directory contents
IGNOREFILES= ${DISTFILES}
-EXTRACT_CMD= ${TAR}
+EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
diff --git a/math/calctool/Makefile b/math/calctool/Makefile
index 501091cea612..efbafc5275b3 100644
--- a/math/calctool/Makefile
+++ b/math/calctool/Makefile
@@ -5,16 +5,16 @@
# $FreeBSD$
#
-PORTNAME= calctool
+PORTNAME= calctool
PORTVERSION= 2.4.13
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-DISTNAME= calctool-2.4pl13
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+DISTNAME= calctool-2.4pl13
MASTER_SITE_SUBDIR= nsayer
-MAINTAINER= nsayer@freebsd.org
+MAINTAINER= nsayer@freebsd.org
-USE_X_PREFIX= yes
+USE_X_PREFIX= yes
MAN1= calctool.1
.include <bsd.port.mk>
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index 745370f17db1..7f29725a1acf 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -14,11 +14,11 @@ EXTRACT_SUFX= .tar
MAINTAINER= giffunip@asme.org
-LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack
+LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack
# ${DISTFILES} is automatically created from the directory contents
IGNOREFILES= ${DISTFILES}
-EXTRACT_CMD= ${TAR}
+EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
diff --git a/math/glove/Makefile b/math/glove/Makefile
index d9a751bd20f3..28b0a79cee2b 100644
--- a/math/glove/Makefile
+++ b/math/glove/Makefile
@@ -40,8 +40,8 @@ INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755
# program files
PROGRAMFILES= glove/glove
# documents
-DOCFILES= LICENSE README.binary
-DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME}
+DOCFILES= LICENSE README.binary
+DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME}
# additional configuration and header files
EXTRALIB_PREFIX= ${X11BASE}/lib/jx
EXTRALIBFILES_MAKE_WRKSRC= include/make
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile
index c5f8936bfffb..71becf609a05 100644
--- a/math/kaskade/Makefile
+++ b/math/kaskade/Makefile
@@ -22,7 +22,7 @@ MAKE_ENV+= HAVE_G2C=yes
.endif
DIST_SUBDIR= kaskade
-WRKSRC= ${WRKDIR}/3.1
+WRKSRC= ${WRKDIR}/3.1
MAKEFILE= makefile
ALL_TARGET= k6
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 7228eb7d9b14..bff5544cc45b 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -14,7 +14,7 @@ DISTFILES= ${SRCS:.f=.f.gz}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas
+LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas
INSTALLS_SHLIB= yes
DIST_SUBDIR= ${PORTNAME}
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile
index 9cf6e4f10f7c..86af74d9fa70 100644
--- a/math/ngraph/Makefile
+++ b/math/ngraph/Makefile
@@ -5,14 +5,14 @@
# $FreeBSD$
#
-PORTNAME= ngraph
+PORTNAME= ngraph
PORTVERSION= 6.3.11
CATEGORIES= math
-MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \
+MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \
${MASTER_SITE_PORTS_JP}
-DISTNAME= Ngraph-${PORTVERSION}-src
+DISTNAME= Ngraph-${PORTVERSION}-src
-MAINTAINER= sanpei@FreeBSD.org
+MAINTAINER= sanpei@FreeBSD.org
USE_MOTIF= yes
USE_GMAKE= yes
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 782f68fb1335..34c13efccf22 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -10,17 +10,17 @@ PORTVERSION= 2.1.0
CATEGORIES= math
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/
-MAINTAINER= yoshiaki@kt.rim.or.jp
+MAINTAINER= yoshiaki@kt.rim.or.jp
ONLY_FOR_ARCHS= i386
INSTALLS_SHLIB= yes
-HAS_CONFIGURE = yes
-CONFIGURE_SCRIPT = Configure
-CONFIGURE_ARGS = --prefix=${PREFIX}
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+CONFIGURE_ARGS= --prefix=${PREFIX}
-USE_GMAKE = Yes
-MAKE_ARGS= gp
+USE_GMAKE= yes
+MAKE_ARGS= gp
MAN1= gp.1 gphelp.1
MLINKS= gp.1 pari.1
diff --git a/math/thx_1138/Makefile b/math/thx_1138/Makefile
index 07c19aec4a54..8d23120ee347 100644
--- a/math/thx_1138/Makefile
+++ b/math/thx_1138/Makefile
@@ -41,8 +41,8 @@ INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755
# program files
PROGRAMFILES= thx-1138/thx-1138
# documents
-DOCFILES= LICENSE README.binary
-DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME:S,_,-,}
+DOCFILES= LICENSE README.binary
+DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME:S,_,-,}
# additional configuration and header files
EXTRALIB_PREFIX= ${X11BASE}/lib/jx
EXTRALIBFILES_MAKE_WRKSRC= include/make
diff --git a/math/wingz/Makefile b/math/wingz/Makefile
index 4f1bc25b5c1a..bc4d17b0e3c6 100644
--- a/math/wingz/Makefile
+++ b/math/wingz/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
+RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile
index a0af881c2f74..6f08bb6af38e 100644
--- a/math/wingz3/Makefile
+++ b/math/wingz3/Makefile
@@ -13,7 +13,7 @@ EXTRACT_ONLY=
MAINTAINER= mi@aldan.algebra.com
-RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
+RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386