ports/sysutils/curlftpfs/Makefile

20 lines
327 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= FUSE FTP driver
DISTNAME= curlftpfs-0.9.2
CATEGORIES= sysutils
REVISION= 3
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB = c crypto curl fuse glib-2.0 iconv intl nghttp2 pcre2-8 pthread
WANTLIB += ssl z
2023-09-28 02:05:49 +00:00
SITES= ${SITE_SOURCEFORGE:=curlftpfs/}
2023-08-16 22:26:55 +00:00
LIB_DEPENDS= devel/glib2 net/curl
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>