blob: 8c655008770a5323b86f4c32b4b92552f3d9d4c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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
OPTIONS_DEFINE= BSDISKS
BSDISKS_DESC= Use bsdisks instead of hald to mount drives
BSDISKS_CMAKE_BOOL= EXPERIMENTAL_BSDISKS
BSDISKS_RUN_DEPENDS= bsdisks:sysutils/bsdisks
.include <bsd.port.mk>
|