Changelogs: https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.93 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.94 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.95 Improve port: - remove GNU_CONFIGURE_MANPREFIX; - pet portclippy; - improve description. PR: 285261 281071 Approved by: dmgk (maintainer, timeout > 6 months, implicit - unbreak) MFH: 2025Q1
34 lines
725 B
Makefile
34 lines
725 B
Makefile
PORTNAME= s3fs
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.95
|
|
CATEGORIES= filesystems
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
|
COMMENT= FUSE-based file system backed by Amazon S3
|
|
WWW= https://github.com/s3fs-fuse/s3fs-fuse
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= autoreconf fuse gnome pkgconfig ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= s3fs-fuse
|
|
GH_PROJECT= s3fs-fuse
|
|
USE_GNOME= libxml2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= ac_cv_prog_GITCMD=no
|
|
|
|
PLIST_FILES= bin/s3fs share/man/man1/s3fs.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/libcrypto >= 0.9//' ${WRKSRC}/configure.ac
|
|
@${REINPLACE_CMD} -e '/DEPS_LIBS/s/$$/ -lcrypto/' \
|
|
${WRKSRC}/src/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|