summaryrefslogtreecommitdiff
path: root/filesystems/sshfs/Makefile
blob: 0793ab3cbaedf97bde1f81892212a8dfefa8524c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PORTNAME=	sshfs
PORTVERSION=	3.7.3
PORTREVISION=	3
DISTVERSIONPREFIX=	${PORTNAME}-
CATEGORIES=	filesystems
PKGNAMEPREFIX=	fusefs-

PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+=	a73501f2159875aef082ab0a61731a8b7673d477.patch:-p1 # https://github.com/libfuse/sshfs/pull/212

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Mount remote directories over ssh
WWW=		https://github.com/libfuse/sshfs

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		compiler:c11 fuse:3 gnome meson pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	libfuse
USE_GNOME=	glib20

CFLAGS+=	-DNDEBUG

PLIST_FILES=	bin/sshfs

OPTIONS_DEFINE=	DOCS

DOCS_BUILD_DEPENDS=	rst2man:textproc/py-docutils
DOCS_PLIST_FILES=	share/man/man1/sshfs.1.gz

.include <bsd.port.mk>