Skip to content

Commit

Permalink
audio/sphinx3: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- Add LICENSE BSD2CLAUSE
- Last upstream release was in 2009
- Upstream advises to use audio/pocketsphinx
- Set EXPIRATION_DATE 2024-01-25
- Pet portclippy
  • Loading branch information
5u623l20 committed Dec 24, 2023
1 parent c48a9ad commit d6c0439
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions audio/sphinx3/Makefile
Expand Up @@ -8,20 +8,23 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Speech recognition system
WWW= http://www.speech.cs.cmu.edu/sphinx/

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

DEPRECATED= Upstream advises on using audio/pocketsphinx
EXPIRATION_DATE= 2024-01-25

LIB_DEPENDS= libsphinxbase.so:audio/sphinxbase

USES= gmake pathfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool localbse:ldflags pathfix
USE_CSTD= gnu99
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes

CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
CXXFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes

MAKE_ENV= MKDIR="${MKDIR}" \
OSVERSION=${OSVERSION}
MAKE_JOBS_UNSAFE= yes

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libs3decoder.so
Expand Down

0 comments on commit d6c0439

Please sign in to comment.