From c48a9adafeda8ad7602b29a90bef8d376b43cd6d Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 24 Dec 2023 19:31:15 +0100 Subject: [PATCH] audio/sphinx: Mark DEPRECATED - Add LICENSE BSD2CLAUSE - Last upstream release was in 2005 - Upstream advises to use their new product audio/pocketsphinx - Set EXPIRATION_DATE 2024-01-25 - Pet portclippy --- audio/sphinx/Makefile | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index 40cb88a11cad0..c6bbb455d116b 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -9,16 +9,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Speech recognition system WWW= http://cmusphinx.sourceforge.net/ -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -PKGMESSAGE= ${WRKDIR}/pkg-message +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +DEPRECATED= Upstream advises to use audio/pocketsphinx +EXPIRATION_DATE= 2024-01-25 +# contains i386 sound code +ONLY_FOR_ARCHS= i386 + USES= dos2unix gmake libtool shebangfix DOS2UNIX_FILES= src/libsphinx2fe/fe_sigproc.c +USE_LDCONFIG= yes + SHEBANG_FILES= scripts/sphinx2-demo.in perl_OLD_CMD= "@PERL@ -w" -# contains i386 sound code -ONLY_FOR_ARCHS= i386 +GNU_CONFIGURE= yes +PKGMESSAGE= ${WRKDIR}/pkg-message post-patch: @${REINPLACE_CMD} -e 's:::g' \