1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/fusefs-curlftpfs/Makefile
Rodrigo Osorio b3af999093 sysutils/fusefs-curlftpfs: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
2024-03-04 10:50:44 +01:00

27 lines
508 B
Makefile

PORTNAME= curlftpfs
PORTVERSION= 0.9.2
PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMEPREFIX= fusefs-
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Mount remote FTP directories
WWW= https://curlftpfs.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl
USES= fuse gnome pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/curlftpfs \
share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>