freebsd-ports/sysutils/fusefs-sshfs/Makefile
Tobias Kortkamp d67df387ee - Use posix_openpt(2) instead of opening /dev/ptmx which requires
loading an extra kernel module on FreeBSD 10.0+
- Add LICENSE_FILE
- Remove the unnecessary KMODDIR knob

PR:		217880
Approved by:	mat (mentor), maintainer timeout (2 weeks+)
Differential Revision:	https://reviews.freebsd.org/D10243
2017-04-03 15:37:21 +00:00

27 lines
474 B
Makefile

# Created by: Anish Mistry
# $FreeBSD$
PORTNAME= sshfs
PORTVERSION= 2.8
DISTVERSIONPREFIX= ${PORTNAME}_
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Mount remote directories over ssh
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= libfuse
GNU_CONFIGURE= yes
USES= autoreconf fuse gettext pkgconfig
USE_GNOME= glib20
PLIST_FILES= bin/sshfs \
man/man1/sshfs.1.gz
.include <bsd.port.mk>