pkgsrc/devel/gdb/Makefile
jschauma 5b2528cab1 Update to 5.2.1; remove ONLY_FOR_PLATFORM: even though gdb is in the NetBSD
base system, people may want to install it from pkgsrc, particularly on
Darwin (?), Linux, SunOS and since there is no problem in having one gdb in
pkgsrc and one in the base-system, no harm is done.

Changes since the last version (4.18) are numerous; highlights include:
* New command "set trust-readonly-sections on[off]".
* New command "generate-core-file" (or "gcore").
* New command line option --pid or -p followed by a process id
* The new `--args' feature can be used to specify command-line arguments
  for the inferior from gdb's command line.
* a new `operate-and-get-next' function bound to `C-o'.
2002-08-07 14:18:26 +00:00

21 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/08/07 14:18:26 jschauma Exp $
#
DISTNAME= gdb-5.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
COMMENT= symbolic debugger for multiple language frontends
MAKE_ENV+= CPPFLAGS=
INFO_FILES= gdb.info gdbint.info stabs.info bfd.info
INFO_FILES+= mmalloc.info standards.info
INSTALL_TARGET= install install-info
do-configure:
cd ${WRKSRC}; ./configure --prefix=${PREFIX}
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"