freebsd-ports/net-im/decibel/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

28 lines
666 B
Makefile

# New ports collection Makefile for: decibel
# Date created: 2008-02-10
# Whom: arved
#
# $FreeBSD$
PORTNAME= decibel
PORTVERSION= 0.5.0
PORTREVISION= 8
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
QT_COMPONENTS= xml dbus qtestlib qmake_build moc_build uic_build rcc_build
USE_LDCONFIG= yes
USE_CMAKE= yes
post-patch:
${REINPLACE_CMD} -e \
"s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
${WRKSRC}/src/client/Decibel/CMakeLists.txt
.include <bsd.port.mk>