Last version of sshfs-fuse that is compatible with our implementation of fuse. Changelog can be found at https://github.com/libfuse/sshfs/blob/sshfs-2.10/ChangeLog.rst. Feedback on update from edd@. OK edd@
26 lines
466 B
Makefile
26 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/08/18 19:29:33 bket Exp $
|
|
|
|
COMMENT = mount remote directories over ssh
|
|
|
|
DISTNAME = sshfs-2.10
|
|
PKGNAME = ${DISTNAME:S/-/-fuse-/}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/libfuse/sshfs
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c fuse glib-2.0 gthread-2.0 intl pthread
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/releases/download/${DISTNAME}/
|
|
|
|
LIB_DEPENDS = devel/glib2
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include <bsd.port.mk>
|