pkgsrc/filesystems/cloudfuse/Makefile

34 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/03 16:08:30 asau Exp $
DISTNAME= 1003a82
PKGNAME= cloudfuse-20120124
PKGREVISION= 1
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"