2009-07-10 21:49:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2009/07/10 19:49:37 absd Exp $
|
2006-02-12 04:04:43 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= sshfs-fuse-1.4
|
2006-02-20 11:43:15 +01:00
|
|
|
PKGNAME= fuse-sshfs-1.4
|
2008-01-18 05:30:10 +01:00
|
|
|
PKGREVISION= 1
|
2006-10-29 12:23:06 +01:00
|
|
|
CATEGORIES= sysutils
|
2006-02-12 04:04:43 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
|
|
|
|
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
2006-05-01 16:20:07 +02:00
|
|
|
HOMEPAGE= http://fuse.sourceforge.net/
|
2006-02-12 04:04:43 +01:00
|
|
|
COMMENT= Mount remote directories using ssh and FUSE
|
2006-10-29 12:23:06 +01:00
|
|
|
|
2006-02-12 04:04:43 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2009-07-10 21:49:37 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "Linux"
|
|
|
|
.include "../../wip/bluez-libs/buildlink3.mk"
|
|
|
|
.endif
|
2006-02-12 04:04:43 +01:00
|
|
|
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2007-03-07 18:38:11 +01:00
|
|
|
.include "../../mk/fuse.buildlink3.mk"
|
2006-02-12 04:04:43 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|