blob: b76412ad23b0e9c7ce860f8fe7c64a1d1f36de00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= kdialog
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= sysutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Show nice dialog boxes from shell scripts
WWW= https://kde.org
USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \
qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons guiaddons i18n iconthemes \
itemviews jobwidgets kdelibs4support kio notifications parts \
service solid sonnet textwidgets unitconversion widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus gui network printsupport widgets xml \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>
|