1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/sysutils/kio-fuse/Makefile
Tobias C. Berner 86b21fcb3d sysutils/kio-fuse: convert to USES=fuse
PR:		251763
Submitted by:	jbeich
2020-12-11 20:00:14 +00:00

25 lines
543 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
USES= cmake compiler:c++11-lang fuse:3 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>