Changeset View
Changeset View
Standalone View
Standalone View
net-im/ruqola/Makefile
| PORTNAME= ruqola | PORTNAME= ruqola | ||||
| MASTER_SITES= KDE/stable/${PORTNAME}/ | MASTER_SITES= KDE/stable/${PORTNAME}/ | ||||
| DISTVERSION= 1.7.4 | DISTVERSION= 1.7.4 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= net-im kde | CATEGORIES= net-im kde | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Rocket.Chat client | COMMENT= Rocket.Chat client | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ | LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ | ||||
| libsecret-1.so:security/libsecret | libsecret-1.so:security/libsecret | ||||
| USES= cmake compiler:c++11-lang gnome kde:5 localbase:ldflags qt:5 tar:xz | USES= cmake compiler:c++11-lang gnome kde:5 localbase:ldflags qt:5 tar:xz | ||||
| USE_GNOME= glib20 | USE_GNOME= glib20 | ||||
| USE_KDE= auth codecs completion config configwidgets coreaddons crash \ | USE_KDE= auth codecs completion config configwidgets coreaddons crash \ | ||||
| dbusaddons i18n iconthemes idletime itemviews jobwidgets kio kirigami2 \ | dbusaddons i18n iconthemes idletime itemviews jobwidgets kio kirigami2 \ | ||||
| notifications notifyconfig prison service solid sonnet syntaxhighlighting \ | notifications notifyconfig prison service solid sonnet syntaxhighlighting \ | ||||
| textwidgets widgetsaddons windowsystem xmlgui \ | textwidgets widgetsaddons windowsystem xmlgui \ | ||||
| doctools_build ecm_build | doctools_build ecm_build | ||||
| USE_QT= concurrent core dbus declarative declarative gui multimedia \ | USE_QT= concurrent core dbus declarative declarative gui multimedia \ | ||||
| network networkauth speech xml websockets widgets \ | network networkauth speech xml websockets widgets \ | ||||
| buildtools_build qmake_build testlib_build | buildtools_build qmake_build testlib_build | ||||
| PLIST_SUB= SO_VER=${DISTVERSION} | PLIST_SUB= SO_VER=${DISTVERSION} | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||