freebsd-ports/x11-wm/plasma5-kdecoration/Makefile
Bernhard Froehlich e015600031
x11-wm/plasma5-kdecoration: Remove invalid CPE information
Approved by:	portmgr (blanket)
2021-09-06 12:58:33 +00:00

17 lines
377 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 kde:5 qt:5 tar:xz
USE_LDCONFIG= yes
USE_KDE= i18n \
ecm_build
USE_QT= core gui \
buildtools_build qmake_build testlib_build
.include <bsd.port.mk>