blob: 0a8a19fd6a79e057ede307cce7191d1d74a161b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= kdecoration
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11-wm kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 library to create window decorations
WWW= https://www.kde.org/plasma-desktop
LICENSE= LGPL21
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_LDCONFIG= yes
USE_KDE= coreaddons i18n \
ecm_build
USE_QT= core gui \
buildtools_build qmake_build testlib_build
.include <bsd.port.mk>
|