mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Switch to USES=libtool
This commit is contained in:
parent
9808c5b375
commit
72c23e95ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354012
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= sphinx
|
PORTNAME= sphinx
|
||||||
PORTVERSION= 2.0.4
|
PORTVERSION= 2.0.4
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio accessibility
|
CATEGORIES= audio accessibility
|
||||||
MASTER_SITES= SF/cmu${PORTNAME}/${PORTNAME}2/0.4
|
MASTER_SITES= SF/cmu${PORTNAME}/${PORTNAME}2/0.4
|
||||||
DISTNAME= sphinx2-0.4
|
DISTNAME= sphinx2-0.4
|
||||||
@ -11,12 +11,12 @@ DISTNAME= sphinx2-0.4
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Speech recognition system
|
COMMENT= Speech recognition system
|
||||||
|
|
||||||
DEST= ${WRKSRC}/src/libsphinx2/
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
NO_STAGE= yes
|
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
USES= gmake
|
USES= gmake libtool shebangfix
|
||||||
USE_AUTOTOOLS=libtool
|
SHEBANG_FILES= scripts/sphinx2-demo.in
|
||||||
|
perl_OLD_CMD= @PERL@ -w
|
||||||
|
|
||||||
# contains i386 sound code
|
# contains i386 sound code
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
@ -36,7 +36,7 @@ post-build:
|
|||||||
${ECHO_CMD} "proper testing or source review by the" >> ${PKGMESSAGE}
|
${ECHO_CMD} "proper testing or source review by the" >> ${PKGMESSAGE}
|
||||||
${ECHO_CMD} "FreeBSD maintainer." >> ${PKGMESSAGE}
|
${ECHO_CMD} "FreeBSD maintainer." >> ${PKGMESSAGE}
|
||||||
|
|
||||||
pre-install:
|
post-install:
|
||||||
${CAT} ${PKGMESSAGE}
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsphinx2*.so
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -37,17 +37,17 @@ include/sphinx2/s2types.h
|
|||||||
include/sphinx2/sphinxp.h
|
include/sphinx2/sphinxp.h
|
||||||
include/sphinx2/win32sock.h
|
include/sphinx2/win32sock.h
|
||||||
lib/libsphinx2.a
|
lib/libsphinx2.a
|
||||||
lib/libsphinx2.la
|
|
||||||
lib/libsphinx2.so
|
lib/libsphinx2.so
|
||||||
lib/libsphinx2.so.0
|
lib/libsphinx2.so.0
|
||||||
|
lib/libsphinx2.so.0.0.4
|
||||||
lib/libsphinx2ad.a
|
lib/libsphinx2ad.a
|
||||||
lib/libsphinx2ad.la
|
|
||||||
lib/libsphinx2ad.so
|
lib/libsphinx2ad.so
|
||||||
lib/libsphinx2ad.so.0
|
lib/libsphinx2ad.so.0
|
||||||
|
lib/libsphinx2ad.so.0.0.4
|
||||||
lib/libsphinx2fe.a
|
lib/libsphinx2fe.a
|
||||||
lib/libsphinx2fe.la
|
|
||||||
lib/libsphinx2fe.so
|
lib/libsphinx2fe.so
|
||||||
lib/libsphinx2fe.so.0
|
lib/libsphinx2fe.so.0
|
||||||
|
lib/libsphinx2fe.so.0.0.4
|
||||||
share/sphinx2/doc/README.bin
|
share/sphinx2/doc/README.bin
|
||||||
share/sphinx2/doc/README.lib
|
share/sphinx2/doc/README.lib
|
||||||
share/sphinx2/doc/README.win32
|
share/sphinx2/doc/README.win32
|
||||||
|
Loading…
Reference in New Issue
Block a user