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.
tde-packaging/freebsd/core/tdenetwork/Makefile

53 lines
1.3 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/core
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libtqca.so:${PORTSDIR}/x11/trinity/dependencies/tqca \
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 \
libxslt.so:${PORTSDIR}/textproc/libxslt \
libXss.so:${PORTSDIR}/x11/libXScrnSaver \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DWITH_LIBXSLT="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>