blob: 05298dfcb539a46c7f64ebe43c96df7e402e181c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= kamikaze@bsdforen.de
COMMENT= Mount remote WedDAV directories with Fuse
LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29
GNU_CONFIGURE= yes
USES= fuse
USE_GNOME= glib20
PLIST_FILES= bin/wdfs
.include <bsd.port.mk>
|