Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
24 lines
719 B
Makefile
24 lines
719 B
Makefile
PORTNAME= solid
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 hardware integration and detection
|
|
|
|
RUN_DEPENDS= bsdisks:sysutils/bsdisks
|
|
|
|
USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm:build
|
|
USE_QT= concurrent core dbus declarative gui linguisttools \
|
|
network widgets xml \
|
|
buildtools:build qmake:build testlib:build
|
|
|
|
OPTIONS_DEFINE= IMOBILE
|
|
|
|
IMOBILE_DESC= Apple iPhone/iPod Touch support
|
|
IMOBILE_LIB_DEPENDS= libimobiledevice-1.0.so:comms/libimobiledevice \
|
|
libplist-2.0.so:devel/libplist
|
|
IMOBILE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_IMobileDevice \
|
|
CMAKE_DISABLE_FIND_PACKAGE_PList
|
|
|
|
.include <bsd.port.mk>
|