diff options
-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 \ |