summaryrefslogtreecommitdiffstats
path: root/sysutils/filedupe/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-10 19:51:45 +0000
committerwill <will@FreeBSD.org>2001-04-10 19:51:45 +0000
commitb8e4b9b777ad0e4b07917a495e1cc8ce408f6406 (patch)
treea4bfc275391ab4bb6fe15ba52e4cbb9370024ef6 /sysutils/filedupe/Makefile
parent407fe531dabcd8f2dbe000237c1ca4ac87fead9c (diff)
downloadFreeBSD-ports-b8e4b9b777ad0e4b07917a495e1cc8ce408f6406.zip
FreeBSD-ports-b8e4b9b777ad0e4b07917a495e1cc8ce408f6406.tar.gz
Add filedupe 1.1, a utility for quickly finding duplicate files.
PR: 26483 Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'sysutils/filedupe/Makefile')
-rw-r--r--sysutils/filedupe/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/filedupe/Makefile b/sysutils/filedupe/Makefile
new file mode 100644
index 0000000..5498b7d
--- /dev/null
+++ b/sysutils/filedupe/Makefile
@@ -0,0 +1,20 @@
+# 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>
OpenPOWER on IntegriCloud