Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / filesystems / fuse-unionfs / Makefile
blobfac20e7ef3b6805477884ebad8b4ccb7fccada10
1 # $NetBSD: Makefile,v 1.3 2010/02/02 10:45:17 jmmv Exp $
4 DISTNAME= unionfs-fuse-0.17
5 PKGNAME= fuse-unionfs-0.17
6 CATEGORIES= filesystems
7 MASTER_SITES= http://podgorny.cz/unionfs-fuse/releases/
8 EXTRACT_SUFX= .tar.bz2
10 MAINTAINER= pkgsrc-users@NetBSD.org
11 HOMEPAGE= http://podgorny.cz/unionfs-fuse/
12 COMMENT= FUSE-based union filesystem
14 BUILD_TARGET= unionfs
15 USE_TOOLS+= pkg-config
17 INSTALLATION_DIRS= bin
19 do-install:
20 ${INSTALL_PROGRAM} ${WRKSRC}/unionfs \
21 ${DESTDIR}${PREFIX}/bin/fuse-unionfs
23 .include "../../mk/fuse.buildlink3.mk"
24 .include "../../mk/bsd.pkg.mk"