summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/gtk-qt-engine/Makefile
blob: 999f4c77b5dcdf3155b2f6e1b4752360bbb991ab (plain)
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
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#

.include <../../trinity.port.mk>

PORTNAME=		gtk-qt-engine-trinity
COMMENT=		Theme engine using TQt for GTK+ 2.x and Trinity
TDE_PREVERSION=		
MASTER_SITE_SUBDIR=	g/${PORTNAME}
PORTREVISION=		0
CATEGORIES=		x11-themes
DIST_SUBDIR=		TDE/applications


BUILD_DEPENDS+=	${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs

LIB_DEPENDS+=	libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface

LIB_DEPENDS+=\
		libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \

# Build
post-patch: tde-pathfix

do-configure: tde-cmake-prepare
	${TDE_CMAKE_CONFIGURE}

do-build: tde-cmake-build

do-install: tde-cmake-install

.include <bsd.port.mk>