freebsd-ports/sysutils/filedupe/Makefile

29 lines
639 B
Makefile
Raw Normal View History

# New ports collection makefile for: filedupe
# Date created: Apr 10, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= filedupe
PORTVERSION= 1.1
2002-11-20 02:44:25 +01:00
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://sammy.net/~sammy/hacks/
MAINTAINER= ports@FreeBSD.org
2003-02-22 18:14:31 +01:00
COMMENT= A utility for quickly finding duplicate files
2003-01-03 09:26:35 +01:00
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
PLIST_FILES= bin/filedupe
post-patch:
${REINPLACE_CMD} -e 's|filename\[80\]|filename[1024]|g; \
s|your_database|/var/db/filedupe.db|' ${WRKSRC}/filedupe.c
do-install:
$(INSTALL_PROGRAM) ${WRKSRC}/filedupe ${PREFIX}/bin
.include <bsd.port.mk>