pkgsrc/devel/gdb/Makefile
hasso 01e14f974e Don't attempt to build gdb on DragonFly. It's also unlikely that someone
will integrate DragonFly changes into upstream soon.
2009-07-14 19:02:16 +00:00

34 lines
849 B
Makefile

# $NetBSD: Makefile,v 1.36 2009/07/14 19:02:16 hasso Exp $
#
DISTNAME= gdb-5.3
PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
COMMENT= Symbolic debugger for multiple language frontends
NOT_FOR_PLATFORM= Darwin-*-* DragonFly-*-*
BROKEN_GETTEXT_DETECTION= yes
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake msgfmt
REPLACE_LOCALEDIR_PATTERNS+= Make-in
INSTALL_TARGET= install install-info
TEST_TARGET= check
INFO_FILES= yes
CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:M*:Q}
.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/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"