pkgsrc/filesystems/fuse-archivemount/Makefile
jperkin c43e8d9265 The recent libarchive update changed the library major. Increase the
ABI depends and perform a PKGREVISION bump for dependents.

Noticed by OSX binary package users.
2016-07-01 17:55:22 +00:00

30 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/07/01 17:55:23 jperkin Exp $
#
DISTNAME= archivemount-0.5.3
PKGNAME= fuse-${DISTNAME}
PKGREVISION= 4
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 ${DESTDIR}${PREFIX}/bin
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"