aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/plasma5-kdecoration/Makefile
blob: d2e4a25bf9c05429437e9d322a3a6794fc21b333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	kdecoration
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	x11-wm kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 library to create window decorations

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

USES=		cmake:outsource compiler:c++11-lib cpe kde:5 tar:xz
USE_LDCONFIG=	yes
USE_KDE=	ecm
USE_QT5=	core gui testlib buildtools_build qmake_build

.include <bsd.port.mk>