mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d2ebee0533
* misc/artikulate * misc/kdeedu-data * misc/kgeography * misc/klettres * misc/ktouch * misc/kwordquiz * misc/parley This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
22 lines
607 B
Makefile
22 lines
607 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdeedu-data
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= misc kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE edu data files
|
|
|
|
USES= cmake:outsource kde:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build qmake_build
|
|
|
|
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
|
|
# some installation directories.
|
|
# We explicitly prevent it from looking for qt5-core and specify qmake's path
|
|
# to avoid needlessly depending on qt5-core.
|
|
CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=TRUE \
|
|
-DQMAKE_EXECUTABLE:PATH=${QMAKE}
|
|
|
|
.include <bsd.port.mk>
|