pkgsrc/filesystems/fuse-lzofs/Makefile
jlam 0bb78c6c9d Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 19:21:37 +00:00

26 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/03/03 19:31:31 jlam Exp $
#
DISTNAME= LZOlayer_fs-20060306
PKGNAME= fuse-${DISTNAME:S/LZOlayer_fs/lzofs/}
CATEGORIES= filesystems
MASTER_SITES= http://north.one.pl/~kazik/pub/LZOlayer/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://north.one.pl/~kazik/pub/LZOlayer/
COMMENT= Filesystem which allows you to use transparently compressed files
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
NO_CONFIGURE= yes
BUILD_TARGET= default
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lzo_fs ${DESTDIR}${PREFIX}/bin/lzo_fs
.include "../../archivers/lzo/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"