1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/fusefs-wdfs/Makefile
Josh Paetzel 21c5d34814 Update sysutils/fusefs-wdfs to use neon28
Based on ports/126840

PR:	ports/126840
Approved by:	linimon (mentor)
2009-03-01 03:00:46 +00:00

28 lines
620 B
Makefile

# 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= 2
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.28:${PORTSDIR}/www/neon28
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes
USE_GNOME= glib20
PLIST_FILES= bin/wdfs
.include <bsd.port.mk>