aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs/Makefile
blob: e35cc00c514a61e5dfa80f609bcc494cf073e72c (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
# Created by: Anish Mistry
# $FreeBSD$

PORTNAME=	sshfs
PORTVERSION=	2.8
DISTVERSIONPREFIX=	${PORTNAME}_
CATEGORIES=	sysutils
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Mount remote directories over ssh

LICENSE=	GPLv2

KMODDIR?=	${LOCALBASE}/modules

USE_GITHUB=	yes
GH_ACCOUNT=	libfuse

GNU_CONFIGURE=	yes
USES=		autoreconf fuse gettext pkgconfig
USE_GNOME=	glib20

PLIST_FILES=	bin/sshfs \
		man/man1/sshfs.1.gz

.include <bsd.port.mk>