pkgsrc/sysutils/rename/Makefile
rillig 61ac5daff5 Imported rename from PR 37280.
Rename is a command-line rename tool.  It can substitute, lowcase,
upcase large numbers of file names, or change their ownerships.
This is a quick and powerful tool written in C with extended regular
expression support for searching and substituting pattern strings
in filenames.
2007-11-05 15:56:34 +00:00

15 lines
369 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/11/05 15:56:34 rillig Exp $
DISTNAME= rename-1.3
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rename/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rename.sourceforge.net/
COMMENT= Rename recursively with regex patterns
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"