freebsd-ports/sysutils/krename-kde4/Makefile

30 lines
693 B
Makefile
Raw Normal View History

# New ports collection makefile for: krename
2003-05-13 18:59:56 +02:00
# Date created: 11 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= krename
2012-01-16 13:31:41 +01:00
PORTVERSION= 4.0.9
PORTREVISION= 3
CATEGORIES= sysutils kde
2009-10-07 21:45:47 +02:00
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.12:${PORTSDIR}/graphics/exiv2 \
2010-06-27 20:34:29 +02:00
podofo.0:${PORTSDIR}/graphics/podofo
LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USE_CMAKE= yes
USE_KDE4= kdeprefix kdelibs automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build
2009-10-07 21:45:47 +02:00
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>