mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
33 lines
814 B
Makefile
33 lines
814 B
Makefile
# Created by: alonso@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simon
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 5
|
|
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@qt4
|
|
|
|
USES= cmake:outsource gettext kde:4 qt:4 tar:bz2
|
|
USE_KDE= kdelibs automoc4 pimlibs
|
|
USE_QT= 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>
|