freebsd-ports/sysutils/fusefs-curlftpfs/Makefile
Andrew Pantyukhin 43cc9606cd - Add USE_GNOME=glib20
Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
2006-05-26 08:47:37 +00:00

33 lines
786 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.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= fusefs-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Mount remote ftp directories
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
curl.3:${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.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= depends on kernel module that requires FreeBSD 6 or later
.endif
.include <bsd.port.post.mk>