freebsd-ports/devel/dolphin-plugins/Makefile
Tobias C. Berner bce113cddc New port: devel/dolphin-plugins
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
2018-04-09 20:09:33 +00:00

22 lines
699 B
Makefile

# $FreeBSD$
PORTNAME= dolphin-plugins
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Plugins for Dolphin file manager
BUILD_DEPENDS= dolphin:x11-fm/dolphin
RUN_DEPENDS= dolphin:x11-fm/dolphin
USES= cmake:outsource gettext kde:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash guiaddons i18n iconthemes itemviews jobwidgets \
kdelibs4support kio notifications parts service solid sonnet \
texteditor textwidgets unitconversion widgetsaddons \
windowsystem xmlgui
USE_QT5= core dbus gui network printsupport widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>