1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/sphinx3/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

32 lines
712 B
Makefile

# Created by: Richard Neese
# $FreeBSD$
PORTNAME= sphinx3
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= audio accessibility
MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Speech recognition system
LIB_DEPENDS= libsphinxbase.so:audio/sphinxbase
USES= gmake pathfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_CSTD= gnu99
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
CXXFLAGS+= -I${LOCALBASE}/include #-I${LOCALBASE}/include/sphinxbase
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= MKDIR="${MKDIR}" \
OSVERSION=${OSVERSION}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libs3decoder.so
.include <bsd.port.mk>