freebsd-ports/sysutils/fusefs-curlftpfs/Makefile
Dennis Herrmann d708c52834 - Add patch that's fix core dump, when an FTP server rejects a
file retrieval operation with permission denied.
- bump PORTREVISION

PR:		ports/142454
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
2010-01-08 20:02:31 +00:00

27 lines
607 B
Makefile

# New ports collection makefile for: fusefs-curlftpfs
# Date created: 25 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= curlftpfs
PORTVERSION= 0.9.2
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMEPREFIX= fusefs-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Mount remote ftp directories
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
curl.5:${PORTSDIR}/ftp/curl
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes
USE_GNOME= glib20
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/curlftpfs
.include <bsd.port.mk>