aboutsummaryrefslogtreecommitdiff
path: root/sysutils/duff/Makefile
blob: 34d74370bfc5e988190f7c05e54c908f40610267 (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
42
43
44
45
# New ports collection makefile for:	duff
# Date created:				2009-06-10
# Whom:					Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	duff
PORTVERSION=	0.5
CATEGORIES=	sysutils
MASTER_SITES=	SF

MAINTAINER=	bsdkaffee@gmail.com
COMMENT=	Duplicate file finder

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

MAN1=		duff.1

OPTIONS=	NLS "Native Language Support" on

PORTDOCS=	README.SHA

.include <bsd.port.options.mk>

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
PLIST_SUB=	NLS=""
.else
CONFIGURE_ARGS+=	--disable-nls
PLIST_SUB=	NLS="@comment "
.endif

post-patch:
.if defined(NOPORTDOCS)
	@${REINPLACE_CMD} '/^install-data-am:/s/install-dist_docDATA//' \
		${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>