c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
25 lines
660 B
Makefile
25 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.49 2004/10/03 00:13:29 tv Exp $
|
|
|
|
DISTNAME= kdbg-1.2.10
|
|
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_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
CONFIGURE_ARGS+= --with-kde-version=3
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|