2006-06-16 18:17:15 +02:00
|
|
|
# New ports collection makefile for: fusefs-wdfs
|
|
|
|
# Date created: 13 June 2006
|
|
|
|
# Whom: Gyorgy Teubel <tgyurci@freemail.hu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wdfs
|
2007-12-18 18:29:11 +01:00
|
|
|
PORTVERSION= 1.4.2
|
2010-07-31 00:14:49 +02:00
|
|
|
PORTREVISION= 4
|
2006-06-16 18:17:15 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://noedler.de/projekte/wdfs/
|
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
2010-06-18 23:21:56 +02:00
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
2006-06-16 18:17:15 +02:00
|
|
|
COMMENT= Mount remote WedDAV directories with Fuse
|
|
|
|
|
|
|
|
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
|
2010-07-31 00:14:49 +02:00
|
|
|
neon.27:${PORTSDIR}/www/neon29
|
2006-06-16 18:17:15 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= glib20
|
|
|
|
|
|
|
|
PLIST_FILES= bin/wdfs
|
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|