6d2e8f9aeb
Approved by: bapt
25 lines
466 B
Makefile
25 lines
466 B
Makefile
# Created by: Anish Mistry
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sshfs
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/fuse/${PORTNAME}-fuse/${PORTVERSION}
|
|
PKGNAMEPREFIX= fusefs-
|
|
DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Mount remote directories over ssh
|
|
|
|
LICENSE= GPLv2
|
|
|
|
KMODDIR?= ${LOCALBASE}/modules
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= fuse pkgconfig
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= bin/sshfs \
|
|
man/man1/sshfs.1.gz
|
|
|
|
.include <bsd.port.mk>
|