mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
443 B
Makefile
23 lines
443 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= ports@FreeBSD.org
|
|
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>
|