aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-wdfs/Makefile
blob: e9cb19696410c1cab9443d1809c5c6de310a6ba1 (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
# Created by: Gyorgy Teubel <tgyurci@freemail.hu>
# $FreeBSD$

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

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Mount remote WedDAV directories with Fuse

LIB_DEPENDS=	libneon.so:${PORTSDIR}/www/neon29

GNU_CONFIGURE=	yes
USES=		fuse pkgconfig
USE_GNOME=	glib20

PLIST_FILES=	bin/wdfs

NO_STAGE=	yes
.include <bsd.port.mk>