forked from Lainports/freebsd-ports
- 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]
27 lines
438 B
Makefile
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>
|