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