diff options
Diffstat (limited to 'audio/libopenspc/Makefile')
-rw-r--r-- | audio/libopenspc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index c60b542e90f2..5b78dec6d2b6 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -5,9 +5,12 @@ CATEGORIES= audio MASTER_SITES= http://rainbow-runner.nl/freebsd/ \ LOCAL/kwm -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for playing SPC (SNES audio) files +DEPRECATED= Legacy library based on a very old emulator, consider using audio/libgme +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= nasm:devel/nasm GNU_CONFIGURE= yes |