26 lines
649 B
Makefile
26 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.37 2003/07/17 21:31:12 grant Exp $
|
|
|
|
DISTNAME= kdbg-1.2.7
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \
|
|
ftp://ftp.eudaptics.com/pub/people/jsixt/
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html
|
|
COMMENT= Graphical User Interface around gdb using KDE
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
CONFIGURE_ARGS+= --with-kde-version=3
|
|
|
|
.include "../../x11/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|