mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
206349fdfd
* sysutils/baloo-widgets * sysutils/filelight (updated) * sysutils/k3b * sysutils/kcron * sysutils/kdebugsettings * sysutils/kdf * sysutils/kdialog * sysutils/kfloppy * sysutils/khelpcenter * sysutils/ksystemlog * sysutils/signon-kwallet-extension This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
21 lines
656 B
Makefile
21 lines
656 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdialog
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= sysutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Show nice dialog boxes from shell scripts
|
|
|
|
USES= cmake:outsource gettext kde:5 pkgconfig tar:xz
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
|
|
itemviews jobwidgets kdelibs4support kio notifications parts \
|
|
service solid sonnet textwidgets unitconversion widgetsaddons \
|
|
windowsystem xmlgui
|
|
USE_QT5= core dbus gui network printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|