blob: 2ad2fc032e242e92c9fb71c0cfc6e57e1cc9a951 (
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
|
# 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= 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
USE_FUSE= yes
USE_GNOME= glib20
PLIST_FILES= bin/wdfs
.include <bsd.port.mk>
|