- Fix build after cmake update

- Disable KDE4 detection
- Remove FreeBSD 5.X support
- Bump PORTREVISION

Reported by:	pavbot/erwinbot
This commit is contained in:
Martin Wilke 2008-08-06 09:56:11 +00:00
parent fa421a78b4
commit a9f89cee0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218121

View file

@ -6,7 +6,7 @@
PORTNAME= decibel
PORTVERSION= 0.5.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= http://decibel.kde.org/fileadmin/downloads/decibel/releases/
@ -16,19 +16,13 @@ COMMENT= Realtime communications framework
LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt
USE_QT_VER= 4
QT_COMPONENTS= corelib xml dbus moc_build uic_build rcc_build qtestlib
QT_COMPONENTS= corelib qmake xml dbus moc_build uic_build rcc_build qtestlib
USE_LDCONFIG= yes
USE_CMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
CMAKE_SOURCE_PATH= ..
.include <bsd.port.pre.mk>
.if (${ARCH} == amd64) && (${OSVERSION} < 600000)
BROKEN= Does not compile
.endif
post-extract:
${MKDIR} ${WRKSRC}
@ -37,4 +31,4 @@ post-patch:
"s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
${WRKSRC}/../src/client/Decibel/CMakeLists.txt
.include <bsd.port.post.mk>
.include <bsd.port.mk>