c1c618df96
This is a version of GNU GDB 5.3 modified by Ada Core Technologies to support the Ada language. They consider this debugger developmental and distribute it via CVS. It remains the only solution to debugging Ada code at the source code level if gcc was used as a compiler. This package is based on a snapshot from ACT's CVS tree (which changes very slowly). This package conflicts with no other package.
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/06/03 11:16:42 shannonjr Exp $
|
|
|
|
DISTNAME= gdbada-5.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.johnrshannon.com/download/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= john@johnrshannon.com
|
|
HOMEPAGE= http://libre.act-europe.fr/GDB/
|
|
COMMENT= GNAT GDB : An Ada 95 Debugger
|
|
|
|
WRKSRC= ${WRKDIR}/gdb-5.3
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GDB_SUBPREFIX= gdbada
|
|
GDB_PREFIX= ${PREFIX}/${GDB_SUBPREFIX}
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGINSTALL= YES
|
|
USE_GNU_TOOLS+= make
|
|
TEST_TARGET= check
|
|
INFO_DIR= ${GDB_PREFIX}/info
|
|
LIB_DIR= ${GDB_PREFIX}/lib
|
|
CONFIGURE_ARGS+= --prefix=${GDB_PREFIX}
|
|
CONFIGURE_ARGS+= --exec-prefix=${GDB_PREFIX}
|
|
CONFIGURE_ARGS+= --infodir=${INFO_DIR}
|
|
CONFIGURE_ARGS+= --libdir=${LIB_DIR}
|
|
CONFIGURE_ARGS+= --includedir=${GDB_PREFIX}/include
|
|
CONFIGURE_ARGS+= --mandir=${GDB_PREFIX}/man
|
|
CONFIGURE_ARGS+= --datadir=${GDB_PREFIX}/share
|
|
# We don't seem to be able to control where locale data goes, so:
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
USE_MAKEINFO= YES
|
|
USE_NEW_TEXINFO= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|