mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# 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 pkgconfig
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= bin/wdfs
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|