freebsd-ports/sysutils/filedupe/Makefile
2001-06-08 05:36:46 +00:00

20 lines
408 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= markp@FreeBSD.org
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
do-install:
$(INSTALL_PROGRAM) ${WRKSRC}/filedupe ${PREFIX}/bin
.include <bsd.port.mk>