Major changes from 3.1-0.06 to 4.2-0.8 --------------------------- - compatible with bash 4.0 - Add gdb-like "edit" command to edit source where stopped. - Allow arbitrary number of aliases - Handle file names with embedded blanks. More parameters in calls are now quoted properly - Make "display" command more like gdb. Note this is an incompatible change. Left to do is to start indexing from 1.
24 lines
503 B
Makefile
24 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/12/25 20:42:51 slitvinov Exp $
|
|
#
|
|
|
|
DISTNAME= bashdb-4.2-0.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bashdb/}
|
|
|
|
MAINTAINER= splitscreen@users.sourceforge.net
|
|
HOMEPAGE= http://bashdb.sourceforge.net
|
|
COMMENT= The Bash debugger project
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= bash-[0-9]*:../../shells/bash
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|