mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d0d2791306
* update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966
21 lines
566 B
Makefile
21 lines
566 B
Makefile
# $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:outsource compiler:c++11-lib kde:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build concurrent core dbus gui linguisttools \
|
|
network qmake_build qml 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>
|