summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/dbus-tqt/Makefile
blob: f39e15d27fa279f8a13c2ea09e80874a984fd98f (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
35
36
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#

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

PORTNAME=		dbus-tqt
COMMENT=		TQt D-Bus inter-process communication module
TDE_PREVERSION=		~pre7+1f4814bf
MASTER_SITE_SUBDIR=	d/${PORTNAME}
DISTSRC=		${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION=		0
CATEGORIES=		net
DIST_SUBDIR=		TDE/dependencies
PREFIX=			${LOCALBASE}


BUILD_DEPENDS+=	tmoc:${PORTSDIR}/x11/trinity/dependencies/tqtinterface

LIB_DEPENDS+=	libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
		libdbus-1.so:${PORTSDIR}/devel/dbus \

# Build
post-patch: tde-pathfix

do-configure: tde-cmake-prepare
	${TDE_CMAKE_CONFIGURE} \
		-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
		-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"

do-build: tde-cmake-build

do-install: tde-cmake-install

.include <bsd.port.mk>