aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-kpackage/Makefile
blob: 01d74dbfd39740dc0f3304d81d67dcbc95a005c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	kpackage
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	devel kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 library to load and install packages

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE=	archive coreaddons i18n \
		doctools:build ecm:build
USE_QT=		core dbus \
		buildtools:build qmake:build

.include <bsd.port.mk>