View | Details | Raw Unified | Return to bug 258056 | Differences between
and this patch

Collapse All | Expand All

(-)net/rclone/Makefile (+11 lines)
Lines 18-23 Link Here
18
PLIST_FILES=	bin/rclone \
18
PLIST_FILES=	bin/rclone \
19
		man/man1/rclone.1.gz
19
		man/man1/rclone.1.gz
20
20
21
OPTIONS_DEFINE= CMOUNT
22
CMOUNT_DESC=   add the cmount sub-command (uses C instead of GO for fuse filesystems)
23
24
.include <bsd.port.pre.mk>
25
26
# for cmount instead of mount (FreeBSD 13.0 and greater)
27
.if ${PORT_OPTIONS:MCMOUNT}
28
GO_BUILDFLAGS+=        -tags "cmount"
29
BUILD_DEPENDS+=        /usr/local/include/fuse.h:sysutils/fusefs-libs
30
.endif
31
21
post-install:
32
post-install:
22
	${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${MANPREFIX}/man/man1
33
	${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${MANPREFIX}/man/man1
23
34

Return to bug 258056