blob: abd1de8ad53f5459c32d6242b15bb615dd7a134b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= solid
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 hardware integration and detection
USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build concurrent core dbus declarative gui linguisttools \
network qmake_build testlib widgets xml
CMAKE_ON= EXPERIMENTAL_BSDISKS
.include <bsd.port.mk>
|