summaryrefslogtreecommitdiff
path: root/devel/kdbg/Makefile
diff options
context:
space:
mode:
authorskrll <skrll>2001-12-04 20:45:30 +0000
committerskrll <skrll>2001-12-04 20:45:30 +0000
commit89e7f03edc2463dac77f358beba540f0b5405297 (patch)
tree4620b29595b598f0f618af84af8ba13d20493a08 /devel/kdbg/Makefile
parent6ee5d949294cab059a84946e31854268f565fe2a (diff)
downloadpkgsrc-89e7f03edc2463dac77f358beba540f0b5405297.tar.gz
Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.
The main part of the update is that both are now KDE 2 applications not KDE 1.
Diffstat (limited to 'devel/kdbg/Makefile')
-rw-r--r--devel/kdbg/Makefile27
1 files changed, 12 insertions, 15 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index 0823b6c7624..3d1e404ff4c 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2001/11/29 19:46:11 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2001/12/04 20:45:31 skrll Exp $
-DISTNAME= kdbg-1.2.0
+DISTNAME= kdbg-1.2.2
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \
ftp://ftp.eudaptics.com/pub/people/jsixt/
@@ -10,20 +10,17 @@ HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html
COMMENT= Graphical User Interface around gdb using KDE
BUILD_USES_MSGFMT= yes
-DEPENDS+= automake>=1.4:../automake
-DEPENDS+= kdevelop-base-1.*:../kdevelop-base
+USE_BUILDLINK_ONLY= YES
+AUTOMAKE_OVERRIDE= YES
-USE_X11BASE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-EVAL_PREFIX+= QT1DIR=qt1
-CONFIGURE_ARGS= --with-qt-dir=${QT1DIR}/qt1 \
- --with-qt-includes=${QT1DIR}/qt1/include \
- --with-extra-libs=${LOCALBASE}/lib \
- --with-extra-includes=${LOCALBASE}/include
-
-CONFIGURE_ENV= KDEDIR=${PREFIX}
+CONFIGURE_ARGS+= --with-kde-version=2
+.include "../../x11/kde2/buildlink.mk"
+.include "../../x11/kdebase2/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"