21 lines
460 B
Makefile
21 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.37 2003/07/17 21:31:13 grant Exp $
|
|
|
|
DISTNAME= kdevelop-2.1.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= skrll@NetBSD.org
|
|
HOMEPAGE= http://www.kdevelop.org/
|
|
COMMENT= Integrated Development Enviroment for Unix/X11/KDE
|
|
|
|
DEPENDS+= c-cpp-reference>=2.0:../c-cpp-reference
|
|
DEPENDS+= kdbg>=1.2.5:../kdbg
|
|
|
|
NO_CHECKSUM= YES
|
|
NO_BUILD= YES
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|