blob: b91a8531dbc69ca62f138aadf2939a67ae2c4ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= libkscreen
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 screen management library
USES= cmake:outsource compiler:c++11-lib cpe kde:5 pathfix \
pkgconfig tar:xz
USE_KDE= ecm wayland
USE_QT5= core dbus gui testlib x11extras \
buildtools_build qmake_build
USE_XORG= x11 xcb xrandr
.include <bsd.port.mk>
|