pkgsrc-wip/fusefs-sshfs/Makefile
Aleksej Saushev 8280e930f0 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 23:21:46 +00:00

26 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/09/28 23:21:49 asau Exp $
#
DISTNAME= sshfs-fuse-1.4
PKGNAME= fuse-sshfs-1.4
PKGREVISION= 2
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
.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"