# $MidnightBSD: trunk/x11/qimageblitz/Makefile 16299 2014-04-14 00:09:10Z laffer1 $

PORTNAME=	qimageblitz
PORTVERSION=	0.0.6
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	stable/${PORTNAME}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Graphical effects and filters library for KDE4

LICENSE=	bsd2

USE_LDCONFIG=	yes
USE_QT4=	corelib gui qmake_build moc_build uic_build rcc_build
USES=		cmake tar:bzip2

post-patch:
	${MKDIR} ${WRKSRC}
	${REINPLACE_CMD} -e \
		's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
		${WRKSRC}/blitz/CMakeLists.txt

.include <bsd.port.mk>
