ports/filesystems/davfs2/Makefile
Alexey Dokuchaev ebd64e65a4 filesystems/davfs2: new port had been added (+)
This is a FUSE file system driver that allows mounting a
WebDAV server as a local file system, like a disk drive.

PR:		267518 (heavily modified)
Submitted by:	Ali Abdallah (current main developer)
2024-12-12 10:23:58 +00:00

38 lines
902 B
Makefile

PORTNAME= davfs2
PORTVERSION= 1.7.1
CATEGORIES= filesystems www
MASTER_SITES= SAVANNAH \
https://github.com/alisarctl/davfs2/releases/download/rel-${PORTVERSION:S/./-/g}/
PKGNAMEPREFIX= fusefs-
MAINTAINER= ali.abdallah@suse.com
COMMENT= FUSE filesystem to access WebDAV servers
WWW= http://savannah.nongnu.org/projects/davfs2 \
https://github.com/alisarctl
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/AUTHORS
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libneon.so:www/neon
USES= gmake iconv ssl
GNU_CONFIGURE= yes
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_OFF= --disable-nls
post-stage:
${CHMOD} -s ${STAGEDIR}${PREFIX}/sbin/mount.davfs
cd ${STAGEDIR}${DOCSDIR} && ${RM} AUTHORS COPYING INSTALL
.for f in davfs2.conf secrets
cd ${STAGEDIR}${ETCDIR} && ${MV} ${f} ${f}.sample
.endfor
.include <bsd.port.mk>