b991b56aec
KDevelop 4.2.3 Released This is a stable release which fixes dozens of bugs. KDevelop 4.2.2 released the first bug-fix release of the KDevelop 4.2 branch. KDevelop 4.2.2 fixes dozens of bugs. KDevelop 4.2.0 Released You should find that KDevelop 4.2 is significantly more stable and polished than 4.1, with some important changes under the hood; we suggest that everyone updates to this version, if possible. Please note that this version is required for users of KDE Platform 4.6 or higher.
30 lines
784 B
Makefile
30 lines
784 B
Makefile
# $NetBSD: Makefile,v 1.17 2012/03/20 10:48:53 markd Exp $
|
|
#
|
|
|
|
DISTNAME= kdevplatform-1.2.3
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.2.3/src/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= frank@fthieme.net
|
|
HOMEPAGE= http://www.kdevelop.org/
|
|
COMMENT= KDE development platform, used by KDevelop 4
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
|
|
|
|
USE_TOOLS+= pkg-config perl msgfmt
|
|
USE_LANGUAGES= c c++
|
|
|
|
CXXFLAGS.Linux+= -fpermissive
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILDLINK_DEPMETHOD.qt4-tools= full
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|