freebsd-ports/x11/qimageblitz/Makefile
Raphael Kubo da Costa 9830a728e7 Support staging.
Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
2013-11-06 14:53:31 +00:00

24 lines
549 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= qimageblitz
PORTVERSION= 0.0.6
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Graphical effects and filters library for KDE4
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build
USES= cmake
post-patch:
${REINPLACE_CMD} -e \
's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/blitz/CMakeLists.txt
.include <bsd.port.mk>