aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/zisofs-tools/Makefile
blob: 55ff5204dc8fd3ab5deaa0fcb969c546252421a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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.8
CATEGORIES= sysutils
MASTER_SITES=   http://www.kernel.org/pub/linux/utils/fs/zisofs/

MAINTAINER= chip-set@mail.ru
COMMENT=    User utilities for zisofs

PORTDOCS=   CHANGES COPYING INSTALL MRULES README

USE_AUTOTOOLS=  autoconf:261
USE_BZIP2=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAKE_ARGS+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"

MAN1=       mkzftree.1

PLIST_FILES=    bin/mkzftree

OPTIONS=    LFS "Enable Large Files Support" on

.if defined(WITHOUT_LFS)
CONFIGURE_ARGS+=    --disable-largefile
.endif

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif

.include <bsd.port.mk>