diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:48:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:48:16 +0000 |
commit | 417791067154dc95a74504e4117a11f02d33414b (patch) | |
tree | 9ec711a39b49dee7f5ebed9c37bc95806c4fff12 /math/algae | |
parent | 29bca43beb9c4febf37dfc1477d7bba35b76dea9 (diff) |
Notes
Diffstat (limited to 'math/algae')
-rw-r--r-- | math/algae/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index a7033f0ed039..565209488d14 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: algae -# Date created: 18 May 2003 -# Whom: Michael Neumann <mneumann@ntecs.de> -# +# Created by: Michael Neumann <mneumann@ntecs.de> # $FreeBSD$ -# PORTNAME= algae PORTVERSION= 4.3.6 @@ -12,7 +8,7 @@ CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A programming language for numerical analysis +COMMENT= Programming language for numerical analysis GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf @@ -23,6 +19,7 @@ PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION} MAN1= algae.1 INFO= algae +MAKE_JOBS_UNSAFE= yes USE_FORTRAN= yes LDFLAGS+= -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib FORTRANLIBS= gfortranbegin gfortran |