2006-02-27 16:45:29 +01:00
|
|
|
# $NetBSD: Makefile,v 1.27 2006/02/27 15:45:29 joerg Exp $
|
1999-07-01 17:26:19 +02:00
|
|
|
#
|
|
|
|
|
2003-03-11 00:50:48 +01:00
|
|
|
DISTNAME= gdb-5.3
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 4
|
1999-07-01 17:26:19 +02:00
|
|
|
CATEGORIES= devel
|
2002-08-07 16:18:26 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
1999-07-01 17:26:19 +02:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
1999-07-01 17:26:19 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= Symbolic debugger for multiple language frontends
|
1999-07-01 17:26:19 +02:00
|
|
|
|
2006-01-04 05:29:05 +01:00
|
|
|
BROKEN_IN= pkgsrc-2005Q4
|
2005-12-27 00:39:30 +01:00
|
|
|
|
2005-07-17 21:03:34 +02:00
|
|
|
NOT_FOR_PLATFORM= Darwin-*-*
|
|
|
|
|
2006-02-27 16:45:29 +01:00
|
|
|
BROKEN_GETTEXT_DETECTION= yes
|
2003-03-11 00:50:48 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
USE_LIBTOOL= YES
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2003-03-11 00:50:48 +01:00
|
|
|
REPLACE_LOCALEDIR_PATTERNS+= Make-in
|
1999-07-01 17:26:19 +02:00
|
|
|
INSTALL_TARGET= install install-info
|
2003-07-02 03:23:25 +02:00
|
|
|
TEST_TARGET= check
|
2003-06-23 12:54:15 +02:00
|
|
|
INFO_FILES= bfd.info gdb.info gdbint.info mmalloc.info stabs.info
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:M*:Q}
|
1999-07-01 17:26:19 +02:00
|
|
|
|
2003-03-11 00:50:48 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
1999-07-01 17:26:19 +02:00
|
|
|
|
2003-03-11 00:50:48 +01:00
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
# Work around a bug in gdb's configure
|
|
|
|
CONFIGURE_ENV+= ac_cv_header_curses_h=yes
|
|
|
|
.endif
|
|
|
|
|
2004-04-26 08:05:24 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
1999-07-01 17:26:19 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|