summaryrefslogtreecommitdiff
path: root/filesystems/fuse-archivemount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-archivemount/Makefile')
-rw-r--r--filesystems/fuse-archivemount/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/filesystems/fuse-archivemount/Makefile b/filesystems/fuse-archivemount/Makefile
new file mode 100644
index 00000000000..1417e8983a8
--- /dev/null
+++ b/filesystems/fuse-archivemount/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/20 23:31:40 xtraeme Exp $
+#
+
+DISTNAME= archivemount-0.5.3
+PKGNAME= fuse-${DISTNAME}
+CATEGORIES= filesystems
+MASTER_SITES= http://www.cybernoia.de/software/archivemount/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.cybernoia.de/software/archivemount/
+COMMENT= FUSE gateway to libarchive
+
+USE_TOOLS+= gmake
+NO_CONFIGURE= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+.if exists(/usr/include/sys/statvfs.h)
+CPPFLAGS+= -DHAVE_STATVFS
+.endif
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/archivemount ${PREFIX}/bin
+
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"