diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-09-04 19:55:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-09-04 19:55:58 +0000 |
commit | 73bcdf7d15a0625b6a22530dfad45addc4430454 (patch) | |
tree | c063904dbdbb6cedc11aedf2de2b32d99a766353 | |
parent | 4096ff4c7985a6cc2a8f52f39389ea6b4e99f38f (diff) | |
download | ports-73bcdf7d15a0625b6a22530dfad45addc4430454.tar.gz ports-73bcdf7d15a0625b6a22530dfad45addc4430454.zip |
audio/libopenspc: Deprecate port
Mark deprecated, the port is unmaintained upstream. Use audio/libgme or
audio/ocp instead.
While here, portclippy/portfmt
PR: 281024
Reported by: diizzy
-rw-r--r-- | audio/openspc/Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index 2bb65af88df9..737f464139af 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -1,6 +1,6 @@ PORTNAME= openspc PORTVERSION= 0.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://membres.lycos.fr/pixels/ \ LOCAL/ehaupt @@ -10,16 +10,24 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line player for .spc and .zst files WWW= http://membres.lycos.fr/pixels/OpenSPC.html -ONLY_FOR_ARCHS= i386 # contains x86 asm code -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +DEPRECATED= Unmaintained upstream. Use audio/libgme or audio/ocp instead. +EXPIRATION_DATE= 2024-12-05 + +ONLY_FOR_ARCHS= i386 # contains x86 asm code + USES= autoreconf libtool USE_GCC= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +PLIST_FILES= bin/OpenSPClite \ + include/OpenSPC.h \ + lib/libOpenSPC.a \ + lib/libOpenSPC.so \ + lib/libOpenSPC.so.0 \ + lib/libOpenSPC.so.0.3.1 PORTDOCS= README -PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.a \ - lib/libOpenSPC.so lib/libOpenSPC.so.0 lib/libOpenSPC.so.0.3.1 OPTIONS_DEFINE= DOCS |