diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-15 17:22:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-15 17:22:38 +0800 |
commit | 79c8872bcd2162aec1ecf63f399258e60a619d53 (patch) | |
tree | 52067386ee7768e246bbb055199d70775dfb9ee6 /math/kaskade | |
parent | b71cf98666f4e5680976ae9148aa427d1c66d289 (diff) | |
download | freebsd-ports-gnome-79c8872bcd2162aec1ecf63f399258e60a619d53.tar.gz freebsd-ports-gnome-79c8872bcd2162aec1ecf63f399258e60a619d53.tar.zst freebsd-ports-gnome-79c8872bcd2162aec1ecf63f399258e60a619d53.zip |
Deprecate unmaintained ports from math where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'math/kaskade')
-rw-r--r-- | math/kaskade/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 7f921f544740..6686241e160c 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Adaptive linear scalar elliptic and parabolic problem solver +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_FORTRAN= yes FORTRANLIBS= -lgfortranbegin -lgfortran GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. |