2003-05-13 18:49:49 +02:00
|
|
|
# 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>
|
2003-05-13 18:49:49 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= krename
|
2012-01-16 13:31:41 +01:00
|
|
|
PORTVERSION= 4.0.9
|
2012-07-31 17:29:26 +02:00
|
|
|
PORTREVISION= 3
|
2003-05-13 18:49:49 +02:00
|
|
|
CATEGORIES= sysutils kde
|
2009-10-07 21:45:47 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}
|
2003-05-13 18:49:49 +02:00
|
|
|
|
2009-06-02 18:38:54 +02:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
|
|
COMMENT= Very powerful batch file renamer for KDE
|
2003-05-13 18:49:49 +02:00
|
|
|
|
2009-12-02 18:16:16 +01:00
|
|
|
LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \
|
2012-07-31 17:29:26 +02:00
|
|
|
exiv2.12:${PORTSDIR}/graphics/exiv2 \
|
2010-06-27 20:34:29 +02:00
|
|
|
podofo.0:${PORTSDIR}/graphics/podofo
|
2009-06-02 18:38:54 +02:00
|
|
|
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
2004-06-30 05:05:48 +02:00
|
|
|
|
2009-06-02 18:38:54 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_KDE4= kdeprefix kdelibs automoc4
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
2009-10-07 21:45:47 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2003-05-13 18:49:49 +02:00
|
|
|
|
2004-06-06 13:53:56 +02:00
|
|
|
.include <bsd.port.mk>
|