freebsd-ports/net/smb4k/Makefile
Mark Linimon ce13fb4350 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
CMake Error in core/CMakeLists.txt: The compiler feature
  "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

Approved by:	portmgr (tier-2 blanket)
2020-04-25 17:53:32 +00:00

28 lines
719 B
Makefile

# $FreeBSD$
PORTNAME= smb4k
DISTVERSION= 3.0.4
CATEGORIES= net kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Advanced network neighborhood browser and Samba share mounting utility
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rsync:net/rsync
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 samba tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= KDE
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm i18n iconthemes jobwidgets kio notifications \
plasma-framework service solid wallet widgetsaddons \
windowsystem xmlgui
USE_QT= concurrent core dbus declarative gui network printsupport \
testlib widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>