freebsd-ports/sysutils/filedupe/Makefile
Will Andrews 31dc0bd1fb Add filedupe 1.1, a utility for quickly finding duplicate files.
PR:		26483
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-10 19:51:45 +00:00

20 lines
407 B
Makefile

# New ports collection makefile for: filedupe
# Date created: Apr 10, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= filedupe
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://sammy.net/~sammy/hacks/
MAINTAINER= mark@kyne.com.au
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
do-install:
$(INSTALL_PROGRAM) ${WRKSRC}/filedupe ${PREFIX}/bin
.include <bsd.port.mk>