2003-05-13 16:49:49 +00:00
|
|
|
# New ports collection makefile for: krename
|
2003-05-13 16:59:56 +00:00
|
|
|
# Date created: 11 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
2003-05-13 16:49:49 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= krename
|
2007-03-25 22:30:00 +00:00
|
|
|
PORTVERSION= 3.0.14
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 5
|
2003-05-13 16:49:49 +00:00
|
|
|
CATEGORIES= sysutils kde
|
2009-09-02 15:01:56 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/KDE3%20${PORTNAME}-stable/${PORTVERSION}
|
2003-05-13 16:49:49 +00:00
|
|
|
|
2011-07-05 02:51:42 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-13 16:49:49 +00:00
|
|
|
COMMENT= Very powerful batch file renamer for KDE3
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-06-30 03:05:48 +00:00
|
|
|
|
2004-06-06 11:53:56 +00:00
|
|
|
post-patch:
|
2004-06-30 03:05:48 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-05-13 16:49:49 +00:00
|
|
|
|
2004-06-06 11:53:56 +00:00
|
|
|
.include <bsd.port.mk>
|