freebsd-ports/sysutils/fusefs-sshfs/Makefile
Simon Barner bac96c84c1 Add new port for fusefs-sshfs:
SSHFS allows you to mount a remote directory over a normal ssh connection.

WWW: http://sourceforge.net/projects/fuse/

PR:			ports/87168
Submitted by:		Anish Mistry <amistry@am-productions.biz>
Reviewed by:		Csaba Henk <csaba.henk@creo.hu> (fuse SoC participant)
2005-10-19 08:21:28 +00:00

35 lines
881 B
Makefile

# New ports collection makefile for: fusefs-sshfs
# Date created: 01 October 2005
# Whom: Anish Mistry
# $FreeBSD$
#
PORTNAME= sshfs
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fuse
PKGNAMEPREFIX= fusefs-
DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
MAINTAINER= amistry@am-productions.biz
COMMENT= Mount remote directories over ssh
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
glib-2.0.600:${PORTSDIR}/devel/glib20
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= Depends on kernel module that requires FreeBSD 6 or later
.endif
post-install:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
.include <bsd.port.post.mk>