freebsd-ports/sysutils/dupfind/Makefile
Li-Wen Hsu 99d92afff1 - Update to 3.0
The program now reports the found files' sizes
	instead of just their names.
- Remove 4.x stuff

PR:		ports/112418 [1]
Submitted by:	bdluevel AT heitec.net (maintainer)
2007-06-06 10:05:37 +00:00

23 lines
445 B
Makefile

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