summaryrefslogtreecommitdiff
path: root/devel/c-cpp-reference/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/c-cpp-reference/Makefile')
-rw-r--r--devel/c-cpp-reference/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/devel/c-cpp-reference/Makefile b/devel/c-cpp-reference/Makefile
index a4098fed209..a4620da3006 100644
--- a/devel/c-cpp-reference/Makefile
+++ b/devel/c-cpp-reference/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/04 17:52:46 tron Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/17 08:26:43 skrll Exp $
+#
-DISTNAME= c_cpp_reference-1.0
+DISTNAME= c_cpp_reference-2.0.1
PKGNAME= ${DISTNAME:S/_/-/g}
CATEGORIES= devel kde
MASTER_SITES= ftp://ftp.e-technik.fh-muenchen.de/pub/unix/ide/KDevelop/
@@ -9,19 +10,12 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kdevelop.org/
COMMENT= C and C++ reference for the KDE IDE
-DEPENDS+= kdevelop-base>=1.3:../kdevelop-base
+DEPENDS+= kdevelop-base>=2.0:../kdevelop-base
-USE_PERL5= YES
-USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
-CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include \
- --with-extra-libs=${LOCALBASE}/lib \
- --with-qt-dir=${QT1DIR}/qt1 \
- --with-qtdoc-dir=${QT1DIR}/qt1/share/doc/qt/html
-CONFIGURE_ENV= "KDEDIR=${KDEBASEDIR} QTDIR=${QT1DIR}/qt1"
-
+.include "../../x11/qt2-libs/buildlink.mk"
+.include "../../x11/kde2/buildlink.mk"
.include "../../mk/bsd.pkg.mk"