60fa08bde3
As usual, C++11 compiler is necessary. Another issue is that ENODATA is not defined on GCC systems. Include boost/cerrno.hpp (boost is already indirect dependency) to have this macro. PR: 243870 Approved by: adridg (maintainer)
26 lines
561 B
Makefile
26 lines
561 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kio-fuse
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.90.0
|
|
CATEGORIES= sysutils kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= FUSE Interface for KIO
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfuse3.so:sysutils/fusefs-libs3
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5
|
|
USE_KDE= config coreaddons kio service
|
|
USE_QT= concurrent core dbus network \
|
|
buildtools_build qmake_build
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kde
|
|
|
|
PLIST_FILES= lib/libexec/kio-fuse \
|
|
share/dbus-1/services/org.kde.KIOFuse.service
|
|
|
|
.include <bsd.port.mk>
|