aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-curlftpfs/Makefile
blob: 47ef6ea79690c36b59fb56b03973180fa39954a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>

PORTNAME=	curlftpfs
PORTVERSION=	0.9.2
PORTREVISION=	5
CATEGORIES=	sysutils
MASTER_SITES=	SF
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	rodrigo@FreeBSD.org
COMMENT=	Mount remote FTP directories

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>