1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/dupfind/Makefile
Sergey Matveychuk 47f86a1f1b 'dupfind' will find duplicate files in directory trees.
PR:		ports/75657
Submitted by:	Bernd Luevelsmeyer <bdluevel (at) heitec.net>
2005-02-25 08:02:18 +00:00

28 lines
550 B
Makefile

# New ports collection makefile for: dupfind
# Date created: 2004-12-30
# Whom: bdluevel@heitec.net
#
# $FreeBSD$
#
PORTNAME= dupfind
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.heitec.net/pub/distfiles/
MAINTAINER= bdluevel@heitec.net
COMMENT= Finds duplicate files in directory trees
LIB_DEPENDS= fcrc.1:${PORTSDIR}/devel/fastcrc
MAN1= dupfind.1
PLIST_FILES= bin/dupfind
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "no ftw.h header file on 4.x"
.endif
.include <bsd.port.post.mk>