5b18ec17a6
debugging support as well as improved error reporting.
23 lines
576 B
Makefile
23 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/09/13 17:34:14 splitscreen Exp $
|
|
#
|
|
|
|
DISTNAME= bashdb-3.1-0.06
|
|
PKGNAME= bashdb-3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bashdb/}
|
|
|
|
MAINTAINER= splitscreen@users.sourceforg.net
|
|
HOMEPAGE= http://easynews.dl.sourceforge.net/sourceforge/bashdb/
|
|
COMMENT= The Bash debugger project
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES+= c++
|
|
USE_LANGUAGES+= fortran
|
|
USE_LANGUAGES+= c
|
|
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|