You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
# -*-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>
|