diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /math | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'math')
-rw-r--r-- | math/bihar/Makefile | 4 | ||||
-rw-r--r-- | math/calctool/Makefile | 12 | ||||
-rw-r--r-- | math/fftpack/Makefile | 4 | ||||
-rw-r--r-- | math/glove/Makefile | 4 | ||||
-rw-r--r-- | math/kaskade/Makefile | 2 | ||||
-rw-r--r-- | math/linpack/Makefile | 2 | ||||
-rw-r--r-- | math/ngraph/Makefile | 8 | ||||
-rw-r--r-- | math/pari/Makefile | 12 | ||||
-rw-r--r-- | math/thx_1138/Makefile | 4 | ||||
-rw-r--r-- | math/wingz/Makefile | 2 | ||||
-rw-r--r-- | math/wingz3/Makefile | 2 |
11 files changed, 28 insertions, 28 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 745370f..7f29725 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 501091c..efbafc5 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 745370f..7f29725 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 d9a751b..28b0a79 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 c5f8936..71becf6 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 7228eb7..bff5544 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 9cf6e4f..86af74d 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 782f68f..34c13ef 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 07c19ae..8d23120 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 4f1bc25..bc4d17b 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 a0af881c..6f08bb6 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 |