2018-04-27 22:29:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= discover
|
|
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Plasma5 package management tools
|
|
|
|
|
|
|
|
# TODO: update packagekit-qt5
|
|
|
|
#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++11-lib cpe desktop-file-utils \
|
2018-06-28 19:39:53 +02:00
|
|
|
gettext kde:5 pkgconfig qt:5 tar:xz
|
2018-04-27 22:29:36 +02:00
|
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
|
|
coreaddons crash dbusaddons ecm i18n iconthemes itemmodels \
|
|
|
|
itemviews jobwidgets kdeclarative kio kirigami2 newstuff \
|
|
|
|
notifications package plasma-framework service solid \
|
2020-10-16 17:18:49 +02:00
|
|
|
textwidgets wallet windowsystem widgetsaddons xmlgui
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= concurrent core dbus declarative gui network svg testlib widgets xml \
|
2018-04-27 22:29:36 +02:00
|
|
|
buildtools_build qmake_build
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|