pkgsrc/devel/cgdb/Makefile
schmonz 42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00

29 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/01/04 04:29:06 schmonz Exp $
#
DISTNAME= cgdb-0.4.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgdb/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://cgdb.sourceforge.net/
COMMENT= Curses-based interface to the GNU Debugger (GDB)
BROKEN_IN= pkgsrc-2005Q4
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_NCURSES= # tigetstr()
USE_GNU_READLINE= # rl_mark and others
INSTALLATION_DIRS= bin
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cgdb
${INSTALL_PROGRAM} ${WRKSRC}/cgdb/src/cgdb ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cgdb
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"