blob: 7bb27e459d6271914b9f4053a72a45930f52b8fc (
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
29
30
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= s3fs
DISTVERSION= 1.71
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
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
GNU_CONFIGURE= yes
PLIST_FILES= bin/s3fs
USES= fuse pkgconfig
MAN1= s3fs.1
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|