aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-wdfs/Makefile
blob: f0c6b8a5a196b1a259934369c74360128c8264ef (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
30
31
32
33
# New ports collection makefile for:	fusefs-wdfs
# Date created:				13 June 2006
# Whom:					Gyorgy Teubel <tgyurci@freemail.hu>
#
# $FreeBSD$
#

PORTNAME=	wdfs
PORTVERSION=	1.4.2
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://noedler.de/projekte/wdfs/
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	tgyurci@freemail.hu
COMMENT=	Mount remote WedDAV directories with Fuse

LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
		neon.26:${PORTSDIR}/www/neon26
RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod

GNU_CONFIGURE=	yes
USE_GNOME=	glib20

PLIST_FILES=	bin/wdfs

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
IGNORE=	depends on kernel module that requires FreeBSD 6 or later
.endif

.include <bsd.port.post.mk>