summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-s3fs/Makefile
blob: 121190ad4cae60c6f2f96b5e5aeda3d1c43cecd1 (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
# $FreeBSD$

PORTNAME=	s3fs
PORTVERSION=	1.61
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
USE_FUSE=	yes

MAN1=		s3fs.1

post-patch:
	${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>