blob: 57f8f51877832588934c5fd33922ef2a1f137ec2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: rename
# Date created: 7 July 2005
# Whom: Chad Castleberry AKA ritalin
#
# $FreeBSD$
#
PORTNAME= rename
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= https://oncourse.iu.edu/access/content/user/crcastle/Filemanager_Public_Files/ \
http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= chadcastleberry@gmail.com
COMMENT= Rename multiple files using regular expressions
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GETOPT_LONG=yes
PLIST_FILES= bin/${PORTNAME}
MAN1= rename.1
post-extract:
@${RM} -f ${WRKSRC}/config.cache
.include <bsd.port.mk>
|