Update databases/mariadb105-server to version 10.5.17
[dports.git] / sysutils / plasma5-discover / Makefile
1 PORTNAME=       discover
2 DISTVERSION=    ${KDE_PLASMA_VERSION}
3 PORTREVISION=   1
4 CATEGORIES=     sysutils kde kde-plasma
5
6 MAINTAINER=     kde@FreeBSD.org
7 COMMENT=        Plasma5 package management tools
8 WWW=            https://www.kde.org/plasma-desktop
9
10 # TODO: update packagekit-qt5
11 #LIB_DEPENDS=   libpackagekit-qt.so:ports-mgmt/packagekit-qt5
12
13 USES=           cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \
14                 pkgconfig qt:5 tar:xz xorg
15 USE_KDE=        archive attica auth codecs completion config configwidgets \
16                 coreaddons crash dbusaddons i18n iconthemes idletime \
17                 itemmodels itemviews jobwidgets kcmutils kdeclarative kio \
18                 kirigami2 newstuff notifications package plasma-framework \
19                 service solid textwidgets wallet widgetsaddons windowsystem \
20                 xmlgui \
21                 ecm:build
22 USE_QT=         concurrent core dbus declarative gui network svg widgets \
23                 x11extras xml \
24                 buildtools:build qmake:build testlib:build
25 USE_XORG=       x11
26
27 CPE_VENDOR=     kde
28
29 .include <bsd.port.mk>