2006-05-25 15:03:32 +02:00
|
|
|
# New ports collection makefile for: fusefs-curlftpfs
|
|
|
|
# Date created: 25 May 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= curlftpfs
|
2006-12-15 23:08:00 +01:00
|
|
|
PORTVERSION= 0.9
|
2006-05-25 15:03:32 +02:00
|
|
|
CATEGORIES= sysutils
|
2006-07-31 00:46:04 +02:00
|
|
|
MASTER_SITES= SF
|
2006-05-25 15:03:32 +02:00
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
|
|
COMMENT= Mount remote ftp directories
|
|
|
|
|
2006-05-25 19:32:59 +02:00
|
|
|
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
|
2006-12-13 13:41:35 +01:00
|
|
|
curl.4:${PORTSDIR}/ftp/curl
|
2006-05-25 15:03:32 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2006-05-26 10:47:37 +02:00
|
|
|
USE_GNOME= glib20
|
2006-05-25 15:03:32 +02:00
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
PLIST_FILES= bin/curlftpfs
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 600000
|
|
|
|
IGNORE= depends on kernel module that requires FreeBSD 6 or later
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|