summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-qt4-engine/Makefile
blob: eeb1e597144110d39480b45bec65389ffe8dd532 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# New ports collection makefile for:    gtk-qt-engine
# Date created:                         23 February 2004
# Whom:                                 Danny Pansters <danny@ricin.com>
#
# $FreeBSD$
#

PORTNAME=	gtk-qt-engine
PORTVERSION=	0.5
PORTREVISION=	2
CATEGORIES=	x11-themes
MASTER_SITES=	http://www.freedesktop.org/~davidsansome/

MAINTAINER=	danny@ricin.com
COMMENT=	GTK-QT Theme Engine allows GTK2 apps to use QT (KDE) themes

LIB_DEPENDS=	kdecore:${PORTSDIR}/x11/kdelibs3

USE_BZIP2=	yes
USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_LIBTOOL_VER=15
USE_GNOME=	gnomehack gtk20
USE_QT_VER=	3
USE_REINPLACE=	yes

PLIST_SUB=	GTK_VER=2.4.0
PLIST_SUB+=	X11BASE=${X11BASE} LOCALBASE=${LOCALBASE}

CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include

pre-configure:
	@${REINPLACE_CMD} -e "s|/share/themes/|/X11R6/share/themes/|" \
		${WRKSRC}/kcm_gtk/kcmgtk.cpp

post-configure:
	@${REINPLACE_CMD} -e "s|/usr/lib/menu|/tmp/menu|" \
		${WRKSRC}/kcm_gtk/Makefile
	@${REINPLACE_CMD} -e \
		"s|/usr/share/applications|${LOCALBASE}/share/applications/kde|" \
		${WRKSRC}/kcm_gtk/Makefile

post-install:
	@# Remove Debian stuff we didn't want in the first place
	@${RM} /tmp/menu/kcmgtk.menu
	@if [ "`ls /tmp/menu`" = "" ]; then ${RMDIR} /tmp/menu; fi
	@# We do want this archive!
	@${INSTALL_DATA} ${WRKSRC}/kcm_gtk/kcm_kcmgtk.la ${LOCALBASE}/lib/kde3/
	@${ECHO}
	@${ECHO} "Use \"GTK styles and fonts\" from the KDE control center to set or"
	@${ECHO} "change the GTK style. NOTE: this will overwrite your ~/.gtkrc-2.0."
	@${ECHO}

.include <bsd.port.mk>