28 lines
687 B
Makefile
28 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/07/10 19:49:37 absd Exp $
|
|
#
|
|
|
|
DISTNAME= sshfs-fuse-1.4
|
|
PKGNAME= fuse-sshfs-1.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://fuse.sourceforge.net/
|
|
COMMENT= Mount remote directories using ssh and FUSE
|
|
|
|
GNU_CONFIGURE= YES
|
|
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
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/fuse.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|