mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
a8713d15f4
- Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
23 lines
607 B
Makefile
23 lines
607 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= artikulate
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
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>
|