aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/krename-kde4/Makefile
blob: f3bc697b782e5ab32d763fc260f7b1980fec17de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    krename
# Date created:             11 May 2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   krename
PORTVERSION=    4.0.7
PORTREVISION=   1
CATEGORIES= sysutils kde
MASTER_SITES=   SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}

MAINTAINER= makc@FreeBSD.org
COMMENT=    Very powerful batch file renamer for KDE

LIB_DEPENDS=    tag.1:${PORTSDIR}/audio/taglib \
        exiv2.10:${PORTSDIR}/graphics/exiv2 \
        podofo.0:${PORTSDIR}/graphics/podofo

LATEST_LINK=    ${PORTNAME}-kde4

USE_BZIP2=  yes
USE_CMAKE=  yes
USE_KDE4=   kdeprefix kdelibs automoc4
USE_QT_VER= 4
QT_COMPONENTS=  qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>