summaryrefslogtreecommitdiffstats
path: root/sysutils/ftwin/Makefile
blob: ed6616b7f83fd33bc9e8df92eff694a436b189c7 (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
# New ports collection makefile for:	ftwin
# Date created:		2007-12-05
# Whom:			Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	ftwin
PORTVERSION=	0.8.5
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://download.meroware.org/ftwin/

MAINTAINER=	baptiste.daroussin@gmail.com
COMMENT=	A useful tool to find duplicate files

LIB_DEPENDS=	puzzle.1:${PORTSDIR}/graphics/libpuzzle \
		apr-1.3:${PORTSDIR}/devel/apr \
		pcre.0:${PORTSDIR}/devel/pcre

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	autoconf:262 aclocal:110 automake:110 autoheader:262
CONFIGURE_ARGS+=	--with-puzzle=${LOCALBASE}
PLIST_FILES=	bin/ftwin

MAKE_JOBS_SAFE=	yes

PORTDOCS=	AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION LICENSE README

MAN8=		ftwin.8

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

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