Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / fusefs-s3backer / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       s3backer
4 DISTVERSION=    1.5.0
5 CATEGORIES=     sysutils
6 MASTER_SITES=   https://s3.amazonaws.com/archie-public/s3backer/
7 PKGNAMEPREFIX=  fusefs-
8
9 MAINTAINER=     bsdports@staktrace.com
10 COMMENT=        FUSE filesystem that uses Amazon S3 as a backing store
11
12 LICENSE=        GPLv2
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 LIB_DEPENDS=    libcurl.so:ftp/curl \
16                 libexpat.so:textproc/expat2
17
18 GNU_CONFIGURE=  1
19 # Need to have curl/curl.h on the include path. Is there a better
20 # way to do this than sending CPPFLAGS to configure?
21 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include"
22
23 USES=           fuse pkgconfig ssl
24
25 .include <bsd.port.mk>