freebsd-ports/sysutils/fusefs-s3backer/Makefile
Li-Wen Hsu b3f77acdb8 - Update to 1.5.4
PR:		244946
Submitted by:	maintainer
2020-06-16 22:15:43 +00:00

25 lines
610 B
Makefile

# $FreeBSD$
PORTNAME= s3backer
DISTVERSION= 1.5.4
CATEGORIES= sysutils
MASTER_SITES= https://s3.amazonaws.com/archie-public/s3backer/
PKGNAMEPREFIX= fusefs-
MAINTAINER= bsdports@staktrace.com
COMMENT= FUSE filesystem that uses Amazon S3 as a backing store
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2
GNU_CONFIGURE= 1
# Need to have curl/curl.h on the include path. Is there a better
# way to do this than sending CPPFLAGS to configure?
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include"
USES= fuse pkgconfig ssl
.include <bsd.port.mk>