62e0c6620c
and PLIST.Linux so it is registered. Although it has no change for NetBSD, I bumped the PKGREVISION so it would be clear that this is a different package for Linux. gdbserver is for SunOS too. Can someone check and add PLIST.SunOS?
32 lines
853 B
Makefile
32 lines
853 B
Makefile
# $NetBSD: Makefile,v 1.14 2003/10/24 18:49:52 reed Exp $
|
|
#
|
|
|
|
DISTNAME= gdb-5.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
|
|
COMMENT= Symbolic debugger for multiple language frontends
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_LIBTOOL= YES
|
|
USE_GMAKE= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/bfd/libtool ${WRKSRC}/opcodes/libtool
|
|
REPLACE_LOCALEDIR_PATTERNS+= Make-in
|
|
INSTALL_TARGET= install install-info
|
|
TEST_TARGET= check
|
|
INFO_FILES= bfd.info gdb.info gdbint.info mmalloc.info stabs.info
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
# Work around a bug in gdb's configure
|
|
CONFIGURE_ENV+= ac_cv_header_curses_h=yes
|
|
.endif
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|