freebsd-ports/sysutils/fusefs-sshfs/Makefile
Sunpoet Po-Chuan Hsieh a50d57e706 - Update to 2.5
- Add LICENSE
- Support STAGEDIR

Changes:	http://sourceforge.net/p/fuse/sshfs/ci/master/tree/ChangeLog
PR:		ports/185845
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-02-04 11:41:19 +00:00

25 lines
468 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= 5u623l20@gmail.com
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>