- Ask for a password in the terminal so that it doesn't show in ps. - Support different codepages. - Support for SOCKS proxy. - Bug fixes. Add CFLAGS.NetBSD+=-D_NETBSD_SOURCE to make it build.
22 lines
571 B
Makefile
22 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/03/27 14:18:50 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= curlftpfs-0.9.1
|
|
PKGNAME= fuse-${DISTNAME}
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=curlftpfs/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://curlftpfs.sourceforge.net/
|
|
COMMENT= FUSE filesystem for acessing FTP hosts
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/fuse.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|