2003-05-13 18:49:49 +02:00
|
|
|
# New ports collection makefile for: krename
|
2003-05-13 18:59:56 +02:00
|
|
|
# Date created: 11 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
2003-05-13 18:49:49 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= krename
|
2005-09-28 10:31:14 +02:00
|
|
|
PORTVERSION= 3.0.8
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2003-05-13 18:49:49 +02:00
|
|
|
CATEGORIES= sysutils kde
|
2004-06-30 05:05:48 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
2003-05-13 18:49:49 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-02-23 21:57:56 +01:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-05-13 18:49:49 +02:00
|
|
|
COMMENT= Very powerful batch file renamer for KDE3
|
|
|
|
|
2005-02-13 21:28:09 +01:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
|
|
|
2003-05-13 18:49:49 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
2004-06-06 13:53:56 +02:00
|
|
|
USE_REINPLACE= yes
|
2004-06-30 05:05:48 +02:00
|
|
|
|
2004-06-06 13:53:56 +02:00
|
|
|
post-patch:
|
2004-06-30 05:05:48 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-05-13 18:49:49 +02:00
|
|
|
|
2004-06-06 13:53:56 +02:00
|
|
|
.include <bsd.port.mk>
|