pkgsrc/filesystems/fuse-unionfs/Makefile
leot 909349bc1d fuse-unionfs: Simplify the package a bit
- MASTER_SITE_GITHUB only needs the repository owner username, adjust it in
  DISTNAME in order to avoid DIST_SUBDIR and WRKSRC redefinition
- Add LICENSE
- Append to USE_TOOLS
- Both INSTALLATION_DIRS and pre-install target are not needed because it is
  done via Makefile (needed a little adjustements of patch-Makefile
  `install -d' of ${MANDIR})

Last item discussed with <maya> (any possible regression is mine though!)
2018-09-17 14:33:35 +00:00

23 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.8 2018/09/17 14:33:35 leot Exp $
DISTNAME= unionfs-fuse-2.0
PKGNAME= ${DISTNAME:S/unionfs-fuse/fuse-unionfs/}
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_GITHUB:=rpodgorny/}
GITHUB_PROJECT= unionfs-fuse
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rpodgorny/unionfs-fuse
COMMENT= FUSE-based union filesystem
LICENSE= modified-bsd
BUILD_TARGET= build
USE_TOOLS+= gmake pkg-config bash:run
REPLACE_BASH+= mount.unionfs
MAKE_ENV+= MANDIR=${PKGMANDIR}
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"