summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-curlftpfs/Makefile')
-rw-r--r--filesystems/fuse-curlftpfs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/filesystems/fuse-curlftpfs/Makefile b/filesystems/fuse-curlftpfs/Makefile
new file mode 100644
index 00000000000..d59f608eb55
--- /dev/null
+++ b/filesystems/fuse-curlftpfs/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
+#
+
+DISTNAME= curlftpfs-0.9
+PKGNAME= fuse-${DISTNAME}
+CATEGORIES= sysutils
+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
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"