2e84010899
0 Add USES=gettext
27 lines
458 B
Makefile
27 lines
458 B
Makefile
# Created by: Anish Mistry
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sshfs
|
|
PORTVERSION= 2.8
|
|
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 gettext pkgconfig
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= bin/sshfs \
|
|
man/man1/sshfs.1.gz
|
|
|
|
.include <bsd.port.mk>
|