83a29cfa1d
There is no https homepage and the http one just redirect to <https://github.com/libfuse/libfuse>.
29 lines
896 B
Makefile
29 lines
896 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/27 20:42:55 leot Exp $
|
|
#
|
|
|
|
DISTNAME= fuse-2.9.3
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/libfuse/libfuse
|
|
COMMENT= Filesystem in Userspace
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# FUSE the implementation only builds on Linux and FreeBSD.
|
|
ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* NetBSD-*-*
|
|
# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
|
|
# interface expected by filesystem implementations and therefore this
|
|
# implementation is not needed. This FUSE implementation can also be
|
|
# used with the perfuse package on NetBSD.
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${OPSYS} == "NetBSD"
|
|
.include "../../filesystems/perfuse/buildlink3.mk"
|
|
.endif
|
|
.include "../../mk/bsd.pkg.mk"
|