28 lines
834 B
Makefile
28 lines
834 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/07/02 10:44:46 asau Exp $
|
|
#
|
|
|
|
DISTNAME= fuse-2.5.2
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://fuse.sourceforge.net/
|
|
COMMENT= Filesystem in Userspace
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# FUSE the implementation only builds on Linux and FreeBSD.
|
|
ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-*
|
|
# 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.
|
|
# XXX Set NOT_FOR_PLATFORM with a helpful failure message, because
|
|
# fuse not building is confusing for people who have been told that
|
|
# fuse works on NetBSD.
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|