2007-12-18 17:00:00 +01:00
|
|
|
# New ports collection makefile for: ftwin
|
|
|
|
# Date created: 2007-12-05
|
|
|
|
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ftwin
|
2009-06-08 18:55:31 +02:00
|
|
|
PORTVERSION= 0.8.5
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 2
|
2007-12-18 17:00:00 +01:00
|
|
|
CATEGORIES= sysutils
|
2009-05-25 14:57:57 +02:00
|
|
|
MASTER_SITES= http://download.meroware.org/ftwin/
|
2007-12-18 17:00:00 +01:00
|
|
|
|
|
|
|
MAINTAINER= baptiste.daroussin@gmail.com
|
|
|
|
COMMENT= A useful tool to find duplicate files
|
|
|
|
|
|
|
|
LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \
|
2008-07-07 14:37:21 +02:00
|
|
|
apr-1.3:${PORTSDIR}/devel/apr \
|
2007-12-18 17:00:00 +01:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2008-08-20 02:57:32 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:262 aclocal:110 automake:110 autoheader:262
|
2009-06-08 18:55:31 +02:00
|
|
|
CONFIGURE_ARGS+= --with-puzzle=${LOCALBASE}
|
2007-12-18 17:00:00 +01:00
|
|
|
PLIST_FILES= bin/ftwin
|
2009-05-25 14:57:57 +02:00
|
|
|
|
2009-03-28 14:14:04 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2007-12-18 17:00:00 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2008-07-08 13:31:49 +02:00
|
|
|
.include <bsd.port.mk>
|