aboutsummaryrefslogtreecommitdiff
path: root/sysutils/krename/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/krename/Makefile')
-rw-r--r--sysutils/krename/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/krename/Makefile b/sysutils/krename/Makefile
deleted file mode 100644
index 06b105541646..000000000000
--- a/sysutils/krename/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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= 6
-CATEGORIES= sysutils kde
-MASTER_SITES= SF/${PORTNAME}/KDE3%20${PORTNAME}-stable/${PORTVERSION}
-
-MAINTAINER= 5u623l20@gmail.com
-COMMENT= Very powerful batch file renamer for KDE3
-
-PORTSCOUT= limit:^3\.
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>