mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
16 lines
361 B
Makefile
16 lines
361 B
Makefile
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
|
|
|
|
USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_KDE= ecm i18n
|
|
USE_QT= core gui testlib buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|