pkgsrc/devel/kdevelop/Makefile
tron 501d6c44e9 Change "kdevelop" into a meta package and bump version number to 1.3nb1.
The "kdevelop" package infra structure consists of these packages now:
- kdelibdocs
- kdevelop-base
- kdbg
- c-cpp-referenc
2001-03-04 18:01:13 +00:00

20 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.27 2001/03/04 18:01:13 tron Exp $
DISTNAME= kdevelop-1.3nb1
CATEGORIES= devel kde
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kdevelop.org/
COMMENT= Integrated Development Enviroment for Unix/X11/KDE
DEPENDS+= c-cpp-reference-1.0:../c-cpp-reference
DEPENDS+= kdbg>=1.2.0:../kdbg
NO_CHECKSUM= YES
NO_BUILD= YES
do-install: # empty
.include "../../mk/bsd.pkg.mk"