aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rename/Makefile
blob: c3f1b149b136ff5ab8491daf2484c1acdce00e6e (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
# New ports collection makefile for:    rename
# Date created:             7 July 2005
# Whom:                 Chad Castleberry AKA ritalin
#
# $FreeBSD$
#

PORTNAME=   rename
PORTVERSION=    1.3
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   http://mirror2.unixfreunde.de/ \
        http://freebsd.unixfreunde.de/sources/

MAINTAINER= jsa@FreeBSD.org
COMMENT=    Rename multiple files using regular expressions

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

PLIST_FILES=    bin/${PORTNAME}
MAN1=       rename.1

post-extract:
    @${RM} -f ${WRKSRC}/config.cache

.include <bsd.port.mk>