freebsd-ports/sysutils/ua/Makefile
Dirk Meyer dd78d99ddf ua is a simple command-line tool that finds sets of identical files.
The name ua is derived from the Hungarian word ugyanaz meaning the same.

The development of ua was motivated by the disturbingly often recurring
event of waiting too long for a shell script using sorts, md5sums, diffs
and the like to finish finding identical files. While there are many tools
out there, we needed a tool that can ignore white spaces and runs quite fast.

WWW: http://oss.euedge.com/wiki/UaMainPage
2009-01-13 15:40:58 +00:00

29 lines
538 B
Makefile

# New ports collection makefile for: ua
# Date created: 13 Jan 2009
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= ua
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= http://oss.euedge.com/downloads/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Finds sets of identical files
GNU_CONFIGURE= yes
MAN1= kua.1 ua.1
PLIST_FILES= bin/kua bin/ua
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>