1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/zisofs-tools/Makefile
Pav Lucistnik 8c28316590 Add zisofs-tools, a set of tools for zisofs filesystem, an extension
of the ISO9660 filesystem that allows transparent compression of files,
as supported by recent Linux kernels (2.4.14 or later)

PR:		ports/60023
Submitted by:	chip <chip-set@mail.ru>
2003-12-07 22:11:23 +00:00

33 lines
628 B
Makefile

# New ports collection makefile for: zisofs-tools
# Date created: 24 Nov 2003
# Whom: Nosov Artem <chip-set@mail.ru>
#
# $FreeBSD$
#
PORTNAME= zisofs-tools
PORTVERSION= 1.0.4
CATEGORIES= sysutils
MASTER_SITES= http://www.kernel.org/pub/linux/utils/fs/zisofs/
MAINTAINER= chip-set@mail.ru
COMMENT= User utilities for zisofs
USE_AUTOCONF_VER= 253
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MAN1= mkzftree.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CHANGES README INSTALL
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>