diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-07-24 20:50:26 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-07-24 20:50:26 +0000 |
commit | 6332f8daa0206598d40bb61e5b3277094718cc2f (patch) | |
tree | 7d6c18d13e1fe74755261332d55852054f823f2a | |
parent | 22aca7c98ca257d32043306cc5a31f52930e4c9e (diff) | |
download | ports-6332f8daa0206598d40bb61e5b3277094718cc2f.tar.gz ports-6332f8daa0206598d40bb61e5b3277094718cc2f.zip |
Notes
-rw-r--r-- | math/libtommath/Makefile | 3 | ||||
-rw-r--r-- | math/tomsfastmath/Makefile | 3 | ||||
-rw-r--r-- | security/libtomcrypt/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 7067681409d1..a197d2115f15 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -21,6 +21,9 @@ USE_GMAKE= yes ALL_TARGET= default MAKE_JOBS_SAFE= yes +DEPRECATED= Upstream has abandoned the project. +EXPIRATION_DATE= 2012-08-24 + PLIST_FILES= include/tommath.h include/tommath_class.h \ include/tommath_superclass.h lib/libtommath.a diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 5a18171f38ac..9a1905308a69 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -24,6 +24,9 @@ USE_GMAKE= yes ALL_TARGET= default MAKE_JOBS_SAFE= yes +DEPRECATED= Upstream abandoned this project. +EXPIRATION_DATE= 2012-08-24 + PLIST_FILES= include/tfm.h lib/libtfm.a .include <bsd.port.pre.mk> diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 91e8ac64ef22..f807b7e35735 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -25,6 +25,9 @@ USE_GMAKE= yes ALL_TARGET= library MAKE_JOBS_SAFE= yes +DEPRECATED= Upstream abandoned this project. +EXPIRATION_DATE= 2012-08-24 + CFLAGS+= -I${PREFIX}/include OPTIONS= DOCS "build documentation (depends on teTeX)" off \ |