2005-10-19 10:21:28 +02:00
|
|
|
# New ports collection makefile for: fusefs-sshfs
|
|
|
|
# Date created: 01 October 2005
|
|
|
|
# Whom: Anish Mistry
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sshfs
|
2007-07-05 06:24:27 +02:00
|
|
|
PORTVERSION= 1.8
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2005-10-19 10:21:28 +02:00
|
|
|
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
|
|
|
|
|
2005-11-06 21:15:42 +01:00
|
|
|
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
|
2005-10-19 10:21:28 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
|
2006-02-11 05:27:08 +01:00
|
|
|
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
|
2006-01-18 20:48:56 +01:00
|
|
|
|
2005-10-19 10:21:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
2005-11-06 21:15:42 +01:00
|
|
|
USE_GNOME= glib20
|
2005-10-19 10:21:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 600000
|
2005-10-31 13:49:43 +01:00
|
|
|
IGNORE= depends on kernel module that requires FreeBSD 6 or later
|
2005-10-19 10:21:28 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|