aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-curlftpfs/Makefile
blob: 8655efb449dbfe793aeb3766efbac4cc31dac114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	curlftpfs
PORTVERSION=	0.9.2
PORTREVISION=	6
CATEGORIES=	sysutils
MASTER_SITES=	SF
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	rodrigo@FreeBSD.org
COMMENT=	Mount remote FTP directories
WWW=		http://curlftpfs.sourceforge.net/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libcurl.so:ftp/curl

GNU_CONFIGURE=	yes
USES=		fuse gnome pkgconfig
USE_GNOME=	glib20
PLIST_FILES=	bin/curlftpfs man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>