Merge the area51's revisions 10454, 10455, 10485 (partially) and 10486: Revision Log Revision 10454: Fix options Run-Time references on Okteta/Kasten used to be emited independend of the OKTETA option switch, if Okteta/Kasten was installed on the system at build time. Honour the option and force CMake to ignore the presence of Okteta by specifying KDE's macro_optional_find_package preemptive abort macro. Revision 10455: Update kdevelop to version 4.7 Okteta OPTION tracking was fixed in the last commit. Further, preemt the installation of okteta-specific NLS data if the OKTETA switch is disabled, which causes remnants. Also, remove any @dirrm and @dirrmtry plist statements. Builds and works on 10.1. Revision 10485 (partially): Remove kdehier references PORTS Revision 371194 by makc removed kdehier references from two ports. Original commit message for revision 371194: finance/skrooge and devel/kdevplatform: - Chase devel/grantlee update - remove deprecated USE_KDE4=kdehier Merge that commit, and while doing so remove any remaining kdehier reference on it within area51. Revision 10486: Add newline-at-end-of-file In addition to those, follow up the bapt@'s CHANGES entry of 2014-09-22 and remove @dirrm plist entries lines. Approved by: makc (mentor), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D1261
37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# Created by: Golyashov Sergei <svvord@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdevplatform
|
|
PORTVERSION= ${KDEVELOP_VERSION:S/4./1./}
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}/src
|
|
DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Set of libraries for KDE IDE-like programs
|
|
|
|
LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \
|
|
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|
libqjson.so:${PORTSDIR}/devel/qjson \
|
|
libgrantlee_gui.so:${PORTSDIR}/devel/grantlee
|
|
|
|
USE_KDE4= kate_run kdelibs kdeprefix automoc4
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build \
|
|
corelib designer_build gui webkit
|
|
USES= cmake shebangfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= util/kdev_format_source util/kdevplatform_shell_environment.sh
|
|
|
|
PLIST_SUB+= SHLIB_VER=8.0.0 \
|
|
SHLIB_SHVER=8 \
|
|
GRANTLEE_VER=0.5
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_OFF= -DBUILD_po:BOOL=Off
|
|
|
|
.include <bsd.port.mk>
|