mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
73f7c91b5d
(Part 1)
25 lines
542 B
Makefile
25 lines
542 B
Makefile
# New ports collection makefile for: krename
|
|
# Date created: 11 May 2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= krename
|
|
PORTVERSION= 2.8.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= brueffer@phoenix-systems.de
|
|
COMMENT= Very powerful batch file renamer for KDE3
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|