blob: a61a353ab9996571e024643c5fd146264734b760 (
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
|
# New ports collection makefile for: dupfind
# Date created: 2004-12-30
# Whom: bdluevel@heitec.net
#
# $FreeBSD$
#
PORTNAME= dupfind
PORTVERSION= 2.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>
|