summaryrefslogtreecommitdiff
path: root/audio/resid/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-06-03 13:23:42 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-06-03 13:23:48 +0200
commit347c276f8055c19997a14ffd2ce7bda7a901008f (patch)
tree33709d27dc66f1db71ca025391da5ece433118b2 /audio/resid/Makefile
parentgraphics/opensubdiv: sort out Makefile, pet portclippy, fix build on 32bit (diff)
audio/resid: Deprecate port
Upstream recommends using emulators/vice instead PR: 279474 Reported by: diizzy
Diffstat (limited to '')
-rw-r--r--audio/resid/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile
index b9d4ad7f5aa1..f8d2202e22f0 100644
--- a/audio/resid/Makefile
+++ b/audio/resid/Makefile
@@ -1,6 +1,6 @@
PORTNAME= resid
PORTVERSION= 0.16
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio emulators
MASTER_SITES= LOCAL/ehaupt
@@ -9,6 +9,9 @@ COMMENT= Cycle-based SID emulator engine
LICENSE= GPLv2
+DEPRECATED= Upstream recommends using emulators/vice instead
+EXPIRATION_DATE=2024-09-03
+
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes