mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
98eb11b2f0
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
23 lines
607 B
Makefile
23 lines
607 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= artikulate
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 6
|
|
CATEGORIES= misc kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Pronunciation trainer for KDE
|
|
|
|
LIB_DEPENDS= libQtGStreamer-1.0.so:multimedia/gstreamer1-qt4 \
|
|
libboost_thread.so:devel/boost-libs
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtquickcharts
|
|
|
|
IGNORE= not usable, links to both GStreamer 0.10.x and 1.x
|
|
|
|
USES= cmake:outsource kde:4 tar:xz
|
|
USE_KDE= automoc4 kdelibs libkdeedu runtime_run
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|