4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# New ports collection makefile for: kdebindings4-smoke
|
|
# Date created: 2008-08-19
|
|
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smokekde
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
PKGNAMEPREFIX= kdebindings-smoke-
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= SMOKE bindings for KDE
|
|
|
|
LIB_DEPENDS= okularcore.1:${PORTSDIR}/graphics/okular \
|
|
kateinterfaces.5:${PORTSDIR}/editors/kate \
|
|
smokeqtcore.3:${PORTSDIR}/devel/kdebindings4-smoke-smokeqt \
|
|
soprano.4:${PORTSDIR}/textproc/soprano \
|
|
smokebase.3:${PORTSDIR}/devel/kdebindings4-smoke-smokegen
|
|
|
|
CONFLICTS= kdebindings-smoke-4.[0-6].*
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix pimlibs akonadi automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= dbus designer gui network opengl qt3support sql svg xml \
|
|
qmake_build moc_build uic_build rcc_build
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
# Attica bindings often cause the build to coredump.
|
|
CMAKE_ARGS+= -DWITH_LibAttica:BOOL=FALSE
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e '/kde-config.xml/ s|$${SMOKE_GEN_BIN}|smokegen|' \
|
|
${WRKSRC}/kdecore/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|