freebsd-ports/sysutils/fusefs-s3fs/Makefile
Martin Wilke cf36db000b FUSE-based file system backed by Amazon S3. Mount a bucket as a local
file system read/write. Store files/folders natively and
transparently.

WWW:	http://code.google.com/p/s3fs/

PR:		ports/133607
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-04-11 22:26:32 +00:00

34 lines
823 B
Makefile

# New ports collection makefile for: fusefs-s3fs
# Date created: 2009-04-11
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= s3fs
DISTVERSION= r177
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= fusefs-
DISTFILES= ${PORTNAME}-${DISTVERSION}-source${EXTRACT_SUFX}
MAINTAINER= gslin@gslin.org
COMMENT= FUSE-based file system backed by Amazon S3
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
fuse:${PORTSDIR}/sysutils/fusefs-libs \
iconv:${PORTSDIR}/converters/iconv \
xml2:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
PLIST_FILES= sbin/s3fs
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/s3fs ${PREFIX}/sbin
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>