freebsd-ports/audio/simon/Makefile
Tobias C. Berner 7c7defda8b audio/simon -- Remove INSTALLS_ICONS and make stage-qa happy
* Remove INSTALLS_ICONS
* Add dependencies to make stage-qa happy.

Reviewed by:	rakuco, mat
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7853
2016-09-13 15:59:57 +00:00

32 lines
805 B
Makefile

# Created by: alonso@
# $FreeBSD$
PORTNAME= simon
PORTVERSION= 0.4.1
PORTREVISION= 2
CATEGORIES= audio kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Speech recognition system using sphinx, ALSA and KDE
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libsamplerate.so:audio/libsamplerate \
libpocketsphinx.so:audio/pocketsphinx \
libsphinxad.so:audio/sphinxbase \
libqwt6.so:x11-toolkits/qwt6
USES= cmake:outsource gettext kde:4 tar:bz2
USE_KDE= kdelibs automoc4 pimlibs
USE_QT4= accessible corelib dbus gui network script sql svg testlib xml \
moc_build qmake_build rcc_build uic_build
USE_XORG= x11 xtst
USE_LDCONFIG= yes
CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>