blob: 7c765f5472e38f11a006d26cc32308792d62f41b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.5 2001/10/18 09:08:05 skrll Exp $
#
DISTNAME= kdesdk-2.2.1
CATEGORIES= devel kde
.include "../../x11/kde2/Makefile.part1"
COMMENT= Support applications and tools used by KDE developers
DEPENDS+= kdebase-2.2.1:../../x11/kdebase2
DEPENDS+= db-2.7.7:../../databases/db
.include "../../x11/kde2/Makefile.part2"
.include "../../mk/bsd.pkg.mk"
|