diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-07-26 14:22:14 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-07-31 11:42:54 +0000 |
commit | 806541029c09635b6390b159cb1c3b147d036ae9 (patch) | |
tree | 81c7390c8d663d843d1178874eecf18b7be90604 | |
parent | c29c3c0abe46b53a546c3a512fb161a8753a5bd3 (diff) |
audio/spiralsynth: Mark DEPRECATED
Note from the autor:
“ SpiralSynth isn't being supported any more due to lack of time,
and the existance of SpiralSynth Modular. Which is much better
featured and developed. ”
-rw-r--r-- | audio/spiralsynth/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 2a52149ec8f1..e05603ace6be 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= MIDI-capable synthesizer for X WWW= https://www.pawfal.org/Software/SpiralSynth/ +DEPRECATED= SpiralSynth isn't being supported any more, use audio/spiralsynthmodular +EXPIRATION_DATE= 2024-12-24 + LIB_DEPENDS= libfltk.so:x11-toolkits/fltk GNU_CONFIGURE= yes |