freebsd-ports/sysutils/fusefs-sshfs/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

27 lines
450 B
Makefile

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