pkgsrc/devel/c-cpp-reference/Makefile
skrll e344915446 Update c-cpp-reference to 2.0.2 and for KDE 3.0.
This closes pkg/17576 from Joe Reed <jnr@po.cwru.edu>
2002-07-17 11:23:09 +00:00

21 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/07/17 11:23:09 skrll Exp $
#
DISTNAME= c_cpp_reference-2.0.2
PKGNAME= ${DISTNAME:S/_/-/g}
PKGREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= ftp://ftp.e-technik.fh-muenchen.de/pub/unix/ide/KDevelop/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kdevelop.org/
COMMENT= C and C++ reference for the KDE IDE
DEPENDS+= kdevelop-base>=2.1.1:../kdevelop-base
USE_GMAKE= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../x11/kde3/buildlink.mk"
.include "../../mk/bsd.pkg.mk"