freebsd-ports/sysutils/fusefs-sshfs/Makefile
Muhammad Moinur Rahman d7e1634906 sysutils/fusefs-sshfs: Update version 2.5=>2.7
- Change MASTER_SITES to GITHUB
- Add USES=autoreconf
- Change WWW to GITHUB page
- Add in pkg-message to load pty for Version 10.0+ [1]

PR:		208586 [1]
Submitted by:	luke@foolishgames.com [1]
2016-04-10 13:53:19 +00:00

27 lines
438 B
Makefile

# Created by: Anish Mistry
# $FreeBSD$
PORTNAME= sshfs
PORTVERSION= 2.7
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
GH_TAGNAME= a9a1cc0
GNU_CONFIGURE= yes
USES= autoreconf fuse pkgconfig
USE_GNOME= glib20
PLIST_FILES= bin/sshfs \
man/man1/sshfs.1.gz
.include <bsd.port.mk>