d8262452c1
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
25 lines
683 B
Makefile
25 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.32 2002/12/24 06:09:54 wiz Exp $
|
|
|
|
DISTNAME= kdbg-1.2.6
|
|
PKGREVISION= 1
|
|
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
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
CONFIGURE_ARGS+= --with-kde-version=3
|
|
|
|
.include "../../x11/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|