# $NetBSD: Makefile,v 1.6 2013/02/06 23:22:16 jperkin Exp $ DISTNAME= 1003a82 PKGNAME= cloudfuse-20120124 PKGREVISION= 3 CATEGORIES= filesystems MASTER_SITES= https://github.com/redbo/cloudfuse/tarball/ DIST_SUBDIR= cloudfuse MAINTAINER= abs@absd.org HOMEPAGE= https://redbo.github.com/cloudfuse/ COMMENT= Filesystem (fuse) implemented on Mosso's Cloud Files EXTRACT_SUFX= EXTRACT_CMD= ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} LICENSE= mit GNU_CONFIGURE= yes USE_TOOLS+= pkg-config tar INSTALLATION_DIRS= share/doc WRKSRC= ${WRKDIR}/redbo-cloudfuse-${DISTNAME} post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cloudfuse.README # Force using "curl" for fetching the distribution file. It is only available # over HTTPS and "curl" is the only fetch program which always supports HTTPS. FETCH_USING= curl .include "../../textproc/libxml2/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../filesystems/fuse/buildlink3.mk" .include "../../mk/bsd.pkg.mk"