aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-curlftpfs/Makefile
blob: b1e3953e79870daf383c8ea94ccf65fe56f64bbc (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
24
25
26
27
28
# New ports collection makefile for:    fusefs-curlftpfs
# Date created:     25 May 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   curlftpfs
PORTVERSION=    0.9.1
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   SF
PKGNAMEPREFIX=  fusefs-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Mount remote ftp directories

LIB_DEPENDS=    fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
        curl.4:${PORTSDIR}/ftp/curl
RUN_DEPENDS=    ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
USE_GNOME=  glib20
MAN1=       ${PORTNAME}.1
PLIST_FILES=    bin/curlftpfs

.include <bsd.port.mk>