freebsd-ports/sysutils/fusefs-wdfs/Makefile
Florian Smeets d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00

26 lines
516 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= 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>