[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / filesystems / fuse

Annotation of pkgsrc/filesystems/fuse/Makefile, Revision 1.7

1.7     ! wiz         1: # $NetBSD: Makefile,v 1.6 2010/08/25 08:02:21 manu Exp $
1.1       xtraeme     2: #
                      3:
1.6       manu        4: DISTNAME=              fuse-2.8.4
1.7     ! wiz         5: PKGREVISION=           1
1.2       agc         6: CATEGORIES=            filesystems
1.1       xtraeme     7: MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=fuse/}
                      8:
1.5       jmmv        9: MAINTAINER=            pkgsrc-users@NetBSD.org
1.1       xtraeme    10: HOMEPAGE=              http://fuse.sourceforge.net/
                     11: COMMENT=               Filesystem in Userspace
                     12:
1.4       asau       13: PKG_DESTDIR_SUPPORT=   user-destdir
                     14:
1.1       xtraeme    15: GNU_CONFIGURE=         yes
1.3       gdt        16:
                     17: # FUSE the implementation only builds on Linux and FreeBSD.
1.6       manu       18: ONLY_FOR_PLATFORM=     Linux-*-* FreeBSD-*-* NetBSD-*-*
1.3       gdt        19: # On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
                     20: # interface expected by filesystem implementations and therefore this
1.6       manu       21: # implementation is not needed. This FUSE implementation can also be
                     22: # used with the perfuse package on NetBSD.
1.3       gdt        23:
1.1       xtraeme    24: USE_TOOLS+=            gmake pkg-config
                     25: USE_LIBTOOL=           yes
                     26:
1.6       manu       27: .include "../../mk/bsd.prefs.mk"
                     28: .if ${OPSYS} == "NetBSD"
                     29: .include "../../filesystems/perfuse/buildlink3.mk"
                     30: .endif
1.1       xtraeme    31: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>