Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

9
devel/kdevelop/DESCR Normal file
View File

@@ -0,0 +1,9 @@
The KDevelop IDE has been designed by the KDevelop Team to provide
an easy-to use environment for C/C++ programmers. With all its
features the current version contains, the full amount of programming
knowledge of the team has been collected to add a set of documentation
handbooks that will help beginners as well as experts in various parts
of using their IDE.
This is a meta-package that comprises the actual kdevelop package
plus additional packages likely to be useful when using kdevelop.

17
devel/kdevelop/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.74 2012/12/17 18:37:08 markd Exp $
DISTNAME= kdevelop-3.5.3
CATEGORIES= devel kde meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kdevelop.org/
COMMENT= Integrated Development Environment for Unix/X11/KDE
META_PACKAGE= # empty
DEPENDS+= c-cpp-reference>=2.0.2nb4:../../devel/c-cpp-reference
DEPENDS+= kdbg>=1.2.5:../../devel/kdbg
.include "../../mk/bsd.pkg.mk"