Changeset View
Changeset View
Standalone View
Standalone View
devel/kdevelop/Makefile
| # When updating this port, also chase | # When updating this port, also chase | ||||
| # devel/kdev-php | # devel/kdev-php | ||||
| # devel/kdev-python | # devel/kdev-python | ||||
| PORTNAME= kdevelop | PORTNAME= kdevelop | ||||
| DISTVERSION= ${KDE_APPLICATIONS_VERSION} | DISTVERSION= ${KDE_APPLICATIONS_VERSION} | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= devel kde kde-applications | CATEGORIES= devel kde kde-applications | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Plugin extensible IDE for C/C++ and other languages | COMMENT= Plugin extensible IDE for C/C++ and other languages | ||||
| WWW= https://www.kdevelop.org/ | WWW= https://www.kdevelop.org/ | ||||
| LICENSE= GPLv2+ LGPL20+ | LICENSE= GPLv2+ LGPL20+ | ||||
| LICENSE_COMB= multi | LICENSE_COMB= multi | ||||
| BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt | BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt | ||||
| LIB_DEPENDS= libKasten4Controllers.so:devel/okteta \ | LIB_DEPENDS= libKasten4Controllers.so:devel/okteta \ | ||||
| libapr-1.so:devel/apr1 \ | libapr-1.so:devel/apr1 \ | ||||
| libsvn_client-1.so:devel/subversion \ | |||||
| libboost_thread.so:devel/boost-libs \ | libboost_thread.so:devel/boost-libs \ | ||||
| libkomparediff2.so:textproc/libkomparediff2 | libkomparediff2.so:textproc/libkomparediff2 | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| LIB_DEPENDS+= libsvn_client-1.so:devel/subversion-lts | |||||
| .else | |||||
| LIB_DEPENDS+= libsvn_client-1.so:devel/subversion | |||||
| .endif | |||||
| RUN_DEPENDS= gmake:devel/gmake | RUN_DEPENDS= gmake:devel/gmake | ||||
| USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 \ | USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 \ | ||||
| kde:5 llvm:build,run,noexport pkgconfig qt:5 shared-mime-info \ | kde:5 llvm:build,run,noexport pkgconfig qt:5 shared-mime-info \ | ||||
| shebangfix tar:xz xorg | shebangfix tar:xz xorg | ||||
| USE_KDE= archive attica auth bookmarks codecs completion config \ | USE_KDE= archive attica auth bookmarks codecs completion config \ | ||||
| configwidgets coreaddons crash emoticons guiaddons i18n \ | configwidgets coreaddons crash emoticons guiaddons i18n \ | ||||
| iconthemes init itemmodels itemviews jobwidgets kcmutils \ | iconthemes init itemmodels itemviews jobwidgets kcmutils \ | ||||
| Show All 30 Lines | |||||