mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ddae4e92d8
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
31 lines
1023 B
Makefile
31 lines
1023 B
Makefile
PORTNAME= elisa
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= audio kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Audio player with QML and KDE Plasma integration
|
|
WWW= https://userbase.kde.org/Elisa
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \
|
|
pkgconfig qt:5 tar:xz xorg
|
|
USE_KDE= auth baloo5 bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons filemetadata i18n iconthemes itemviews \
|
|
jobwidgets kcmutils kdeclarative kio kirigami2 package \
|
|
service solid widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus declarative gui multimedia network \
|
|
quickcontrols2 sql svg widgets xml \
|
|
buildtools:build declarative-test:build qmake:build testlib:build
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS VLC
|
|
OPTIONS_DEFAULT= DOCS VLC
|
|
|
|
VLC_DESC= Use VLC instead of QtMultimedia
|
|
VLC_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LIBVLC
|
|
VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc
|
|
|
|
.include <bsd.port.mk>
|