2013-06-27 07:03:34 +00:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2009-04-11 22:26:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= s3fs
|
2013-06-27 07:03:34 +00:00
|
|
|
DISTVERSION= 1.71
|
2013-07-11 16:26:26 +00:00
|
|
|
PORTREVISION= 1
|
2009-04-11 22:26:32 +00:00
|
|
|
CATEGORIES= sysutils
|
2013-02-16 17:55:30 +00:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2009-04-11 22:26:32 +00:00
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= FUSE-based file system backed by Amazon S3
|
|
|
|
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
|
|
xml2:${PORTSDIR}/textproc/libxml2
|
|
|
|
|
2011-12-18 09:02:02 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/s3fs
|
2013-09-02 19:55:48 +00:00
|
|
|
USES= fuse pkgconfig
|
2013-02-16 17:55:30 +00:00
|
|
|
|
|
|
|
MAN1= s3fs.1
|
|
|
|
|
2013-09-20 23:05:58 +00:00
|
|
|
NO_STAGE= yes
|
2013-02-16 17:55:30 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure
|
2009-04-11 22:26:32 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|