aboutsummaryrefslogtreecommitdiff
path: root/sysutils/krename/Makefile
blob: a4e331166e42f9902b27e95cc77fda82384bc306 (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
# New ports collection makefile for:	krename
# Date created:				11 May 2003
# Whom:					Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=	krename
PORTVERSION=	3.0.14
PORTREVISION=	3
CATEGORIES=	sysutils kde
MASTER_SITES=	SF/${PORTNAME}/KDE3%20${PORTNAME}-stable/${PORTVERSION}

MAINTAINER=	markus@FreeBSD.org
COMMENT=	Very powerful batch file renamer for KDE3

USE_BZIP2=	yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS=	libtool:22

post-patch:
	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>