1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/qimageblitz/Makefile

29 lines
644 B
Makefile

# New ports collection makefile for: qimageblitz
# Date created: 2008-01-15
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qimageblitz
PORTVERSION= 0.0.4
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QImageBlitz%20${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Graphical effects and filters library for KDE4
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_QT_VER= 4
QT_COMPONENTS= gui qmake_build moc_build uic_build rcc_build
USE_CMAKE= yes
post-patch:
${REINPLACE_CMD} -e \
's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/blitz/CMakeLists.txt
.include <bsd.port.mk>