aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kpmcore/Makefile
blob: f7442bf1a9d0deb54d14ec6fab17d8704f34261c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	kpmcore
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	sysutils kde-applications

MAINTAINER=	adridg@FreeBSD.org
COMMENT=	KDE Partition Manager core library
WWW=		https://invent.kde.org/system/kpmcore

LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt

USES=		cmake compiler:c++17-lang gettext kde:5 qt:5 tar:xz
USE_KDE=	auth coreaddons i18n widgetsaddons \
		ecm:build
USE_QT=		concurrent core dbus declarative \
		gui widgets \
		buildtools:build qmake:build

.include <bsd.port.mk>