aboutsummaryrefslogtreecommitdiff
path: root/sysutils/krename-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/krename-kde4/Makefile')
-rw-r--r--sysutils/krename-kde4/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile
new file mode 100644
index 000000000000..6d3d22799780
--- /dev/null
+++ b/sysutils/krename-kde4/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: krename
+# Date created: 11 May 2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= krename
+PORTVERSION= 2.6.2
+CATEGORIES= sysutils kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ponomarew@obeorn.net
+COMMENT= Very powerful batch file renamer for KDE3
+
+USE_BZIP2= yes
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>