summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs/Makefile
blob: d8bdfe446e2d5c8ba85e8243ad916ebf71c75847 (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
27
28
29
# New ports collection makefile for:	fusefs-sshfs
# Date created: 			01 October 2005
# Whom:					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
USE_FUSE=	yes
USE_GNOME=	glib20

MAN1=	sshfs.1

post-install:
	@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>