62a8ba9cf4
This category, to be described as "of interest to disabled users" is intended to make it simpler for users to find software which will let them overcome a handicap. For example, blind users may want to combine OCR and text-to-speech software so the computer can read books to them; users with diminished eyesight can use large fonts and "magnifiers"; paralyzed users may use speech recognition to compose text or give commands. PR: ports/39103 Submitted by: Trevor Johnson <trevor@jpj.net>
41 lines
930 B
Makefile
41 lines
930 B
Makefile
# New ports collection makefile for: sphinx
|
|
# Date created: 30 Mar 2000
|
|
# Whom: trevor@jpj.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sphinx
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= audio accessibility
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cmusphinx
|
|
DISTNAME= sphinx2-0.4
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
COMMENT= Speech recognition system
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
USE_GMAKE= yes
|
|
|
|
IGNORE= "audio read error"
|
|
|
|
# contains i386 sound code
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -type f -exec ${PERL} -pi -e \
|
|
"s:<malloc.h>:<stdlib.h>:g" {} \;
|
|
|
|
post-build:
|
|
${ECHO_CMD} "*** WARNING ***" > ${PKGMESSAGE}
|
|
${ECHO_CMD} "The sphinx 2 port/package has not had" >> ${PKGMESSAGE}
|
|
${ECHO_CMD} "proper testing or source review by the" >> ${PKGMESSAGE}
|
|
${ECHO_CMD} "FreeBSD maintainer." >> ${PKGMESSAGE}
|
|
|
|
pre-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|