23 lines
502 B
Makefile
23 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/03/04 22:46:41 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= bashdb-3.1-0.06
|
|
PKGNAME= bashdb-3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bashdb/}
|
|
|
|
MAINTAINER= splitscreen@users.sourceforge.net
|
|
HOMEPAGE= http://sourceforge.net/projects/bashdb/
|
|
COMMENT= The Bash debugger project
|
|
|
|
DEPENDS+= bash-[0-9]*:../../shells/bash
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= c c++ fortran
|
|
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|