blob: cab8ed570e18039462b69f623e0c97c26970a56b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= qimageblitz
PORTVERSION= 0.0.6
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= KDE/stable/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Graphical effects and filters library for KDE4
USE_LDCONFIG= yes
USE_QT= corelib gui qmake_build moc_build uic_build rcc_build
USES= cmake qt:4 tar:bzip2
USE_CXXSTD= gnu++98
post-patch:
${REINPLACE_CMD} -e \
's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/blitz/CMakeLists.txt
.include <bsd.port.mk>
|