2008-02-10 17:49:16 +01:00
|
|
|
# New ports collection Makefile for: decibel
|
|
|
|
# Date created: 2008-02-10
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= decibel
|
|
|
|
PORTVERSION= 0.5.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2008-02-10 17:49:16 +01:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= http://decibel.kde.org/fileadmin/downloads/decibel/releases/
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Realtime communications framework
|
|
|
|
|
|
|
|
LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt
|
|
|
|
|
|
|
|
USE_QT_VER= 4
|
2009-05-10 19:58:21 +02:00
|
|
|
QT_COMPONENTS= xml dbus qtestlib qmake_build moc_build uic_build rcc_build
|
2008-02-10 17:49:16 +01:00
|
|
|
USE_LDCONFIG= yes
|
2008-05-28 00:12:09 +02:00
|
|
|
USE_CMAKE= yes
|
2008-02-10 17:49:16 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e \
|
|
|
|
"s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
|
2009-05-10 19:58:21 +02:00
|
|
|
${WRKSRC}/src/client/Decibel/CMakeLists.txt
|
2008-02-10 17:49:16 +01:00
|
|
|
|
2008-08-06 11:56:11 +02:00
|
|
|
.include <bsd.port.mk>
|