mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fb2feeedd3
These are progressive betas, basically; this release drops Boost from the dependencies. Reported by: portscout
27 lines
584 B
Makefile
27 lines
584 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kio-fuse
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.95.0
|
|
CATEGORIES= sysutils kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= FUSE Interface for KIO
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
|
|
|
|
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>
|