1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/sysutils/krename/Makefile
Markus Brueffer 185febb152 - Move the servicemenus to the right place. This fixes not appearing
"Actions" menu entries for krename in konqueror
- Bump PORTREVISION
2006-04-08 21:58:51 +00:00

26 lines
549 B
Makefile

# New ports collection makefile for: krename
# Date created: 11 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= krename
PORTVERSION= 3.0.11
PORTREVISION= 1
CATEGORIES= sysutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= markus@FreeBSD.org
COMMENT= Very powerful batch file renamer for KDE3
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>