1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/security/kf5-kdesu/Makefile
Tobias C. Berner 5f62895ae8 Update KDE Frameworks to 5.38.0
Changelog:	https://www.kde.org/announcements/kde-frameworks-5.38.0.php

PR:		222171
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D12289
2017-09-18 17:42:44 +00:00

17 lines
442 B
Makefile

# Created by: tcberner
# $FreeBSD$
PORTNAME= kdesu
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= security kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 integration with su for elevated privileges
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= config coreaddons dbusaddons ecm i18n pty service
USE_QT5= buildtools_build core dbus qmake_build xml
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>