aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-qt4-engine/Makefile
blob: 6d0435d8c5c286be7cf410515f5718749facabbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Created by: Kris Moore <kris@pcbsd.org>
# $FreeBSD$

PORTNAME=   gtk-qt-engine
PORTVERSION=    1.1
PORTREVISION=   10
CATEGORIES= x11-themes
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}

MAINTAINER= makc@FreeBSD.org
COMMENT=    GTK+ 2.x theme engine allowing to use Qt/KDE styles

USE_GNOME=  gtk20
USE_QT4=    corelib gui moc_build rcc_build uic_build qmake_build
USES=       cmake gettext pkgconfig tar:bzip2
USE_KDE4=   kdelibs kdeprefix automoc4
WRKSRC=     ${WRKDIR}/${PORTNAME}

OPTIONS_DEFINE= BONOBO
BONOBO_DESC=    Better support for Bonobo (GNOME) framework

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MBONOBO}
USE_GNOME+= libbonoboui
.endif

post-patch:
.if !${PORT_OPTIONS:MBONOBO}
    @${REINPLACE_CMD} -e '/^PKGCONFIG(libbonoboui/d' \
        ${WRKSRC}/CMakeLists.txt
.endif
    @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
        ${WRKSRC}/kcm_gtk/searchpaths.cpp \
        ${WRKSRC}/src/rcproperties.cpp

.include <bsd.port.mk>