mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
4ecaa9d7a8
- SIZE'ify PR: ports/63946 Submitted by: maintainer
38 lines
688 B
Makefile
38 lines
688 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.kernel.org/pub/linux/utils/fs/zisofs/
|
|
|
|
MAINTAINER= chip-set@mail.ru
|
|
COMMENT= User utilities for zisofs
|
|
|
|
PORTDOCS= README CHANGES INSTALL
|
|
|
|
USE_AUTOCONF_VER= 253
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GETOPT_LONG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= mkzftree.1
|
|
|
|
PLIST_FILES= bin/mkzftree
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|