freebsd-ports/sysutils/kio-fuse/Makefile
2023-04-25 17:17:15 +02:00

22 lines
596 B
Makefile

PORTNAME= kio-fuse
DISTVERSION= 5.0.1
PORTREVISION= 1
CATEGORIES= sysutils kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= FUSE Interface for KIO
WWW= https://invent.kde.org/system/kio-fuse
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
USES= cmake compiler:c++11-lang fuse:3 kde:5 pkgconfig qt:5 tar:xz
USE_KDE= config coreaddons kio service
USE_QT= concurrent core dbus network \
buildtools:build qmake:build
PLIST_FILES= lib/libexec/kio-fuse \
share/dbus-1/services/org.kde.KIOFuse.service
.include <bsd.port.mk>