summaryrefslogtreecommitdiffstats
path: root/sysutils/dar/Makefile
blob: af73df2c2b9c8b2229118a22f68438ad15ea1094 (plain)
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
42
43
44
45
46
47
# New ports collection makefile for:	dar
# Date created:				3 January 2004
# Whom:					Edson Brandi <ebrandi@fugspbr.org>
#
# $FreeBSD$
#

PORTNAME=	dar
PORTVERSION=	2.3.11
CATEGORIES=	sysutils archivers
MASTER_SITES=	SF

MAINTAINER=	jadawin@FreeBSD.org
COMMENT=	A full featured command-line backup tool, aimed for disks

USE_AUTOTOOLS=	libtool

USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-build-html --datadir=${DATADIR} --disable-upx

CPPFLAGS+=	-DHAVE_DECL_GETOPT=0

MAN1=		dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1

.if !defined(WITHOUT_NLS)
USES+=		gettext
PLIST_SUB+=	NLS=""
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX}
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+=	NLS="@comment "
.endif

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.dtd *.txt *.jpg [CR]* ${DOCSDIR}
	@${MKDIR} ${DOCSDIR}/samples
	cd ${WRKSRC}/doc/samples && ${INSTALL_DATA} [JR]* [a-z]* ${DOCSDIR}/samples
	@${MKDIR} ${DOCSDIR}/mini-howto
	cd ${WRKSRC}/doc/mini-howto && ${INSTALL_DATA} *.html README ${DOCSDIR}/mini-howto
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud