blob: 23a4b208197a833dac43ea527011a494385d00ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Anish Mistry
# $FreeBSD$
PORTNAME= sshfs
PORTVERSION= 2.4
CATEGORIES= sysutils
MASTER_SITES= SF/fuse/${PORTNAME}-fuse/${PORTVERSION}
PKGNAMEPREFIX= fusefs-
DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
MAINTAINER= 5u623l20@gmail.com
COMMENT= Mount remote directories over ssh
KMODDIR?= ${LOCALBASE}/modules
GNU_CONFIGURE= yes
USES= fuse pkgconfig
USE_GNOME= glib20
MAN1= sshfs.1
post-install:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|