summaryrefslogtreecommitdiffstats
path: root/freebsd/tdenetwork/Makefile
blob: 9af91a3e7cc74a46d16790d9caf9b261d2d20d6c (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
37
38
39
40
41
42
43
44
45
46
47
48
49
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#

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

PORTNAME=		tdenetwork-trinity
COMMENT=		Trinity network-related apps
TDE_PREVERSION=		
MASTER_SITE_SUBDIR=	t/${PORTNAME}
PORTREVISION=		0
CATEGORIES=		x11 net
DIST_SUBDIR=		TDE


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

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

BUILD_DEPENDS+=\
		${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \

LIB_DEPENDS+=\
		libgadu.so:${PORTSDIR}/polish/libgadu \
		libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \
		libslp.so:${PORTSDIR}/net/openslp \
		libspeex.so:${PORTSDIR}/audio/speex \
		libXss.so:${PORTSDIR}/x11/libXScrnSaver \

# Build
post-patch: tde-pathfix

do-configure: tde-cmake-prepare
	${TDE_CMAKE_CONFIGURE} \
	\
	-DBUILD_ALL="ON" \
	-DWITH_ARTS="ON" \
	-DWITH_SLP="ON" \
	-DBUILD_KOPETE_PROTOCOL_ALL="ON" \
	-DBUILD_KOPETE_PLUGIN_ALL="ON" \
	-DBUILD_WIFI="OFF" \

do-build: tde-cmake-build

do-install: tde-cmake-install

.include <bsd.port.mk>