diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 19:41:02 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:49 +0200 |
commit | 5d571f39bd996455c1fc22272c9c352909991881 (patch) | |
tree | 359daef119f4ba894de54c07dc0c6b7ca68f9b54 /audio | |
parent | audio/cam: Deprecate and set expiration date to 2024-07-31 (diff) |
audio/epos-devel: Deprecate and set expiration date to 2024-07-31
Abandonware, last (devel)release in 2006 and upstream is dead
Reference:
https://sourceforge.net/projects/epos/
Diffstat (limited to 'audio')
-rw-r--r-- | audio/epos-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/epos-devel/Makefile b/audio/epos-devel/Makefile index 58bee59d6f68..b0dbd8e3b86e 100644 --- a/audio/epos-devel/Makefile +++ b/audio/epos-devel/Makefile @@ -11,6 +11,9 @@ WWW= http://epos.ufe.cz/ LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi +DEPRECATED= Abandonware, last release in 2006 and upstream is dead +EXPIRATION_DATE=2024-07-31 + USES= gmake USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes |