diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 19:34:19 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:49 +0200 |
commit | 734433eccaafcc31d258b22484bacb1896140513 (patch) | |
tree | e7ecf7029617174694a2e3d3eef098d2347fe94d /audio | |
parent | archivers/paq: Deprecate and set expiration date to 2024-07-31 (diff) |
audio/cam: Deprecate and set expiration date to 2024-07-31
Abandonware and obsolete, redirect users to audio/mixertui
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cam/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile index 21f3dccd2092..008c16b4d0f6 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -9,6 +9,9 @@ COMMENT= Cpu's Audio Mixer [curses based] LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandonware and obsolete, consider using audio/mixertui +EXPIRATION_DATE=2024-07-31 + USES= ncurses tar:tgz MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ |