freebsd-ports/devel/cgdb/Makefile
Vanilla I. Shu d6e1b77030 Add cgdb 0.5.3, a curses-based interface to the GNU Debugger.
PR:		ports/90600
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2005-12-18 15:57:44 +00:00

26 lines
494 B
Makefile

# New ports collection makefile for: cgdb
# Date created: 2005-12-18
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= cgdb
PORTVERSION= 0.5.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gslin@gslin.org
COMMENT= A curses-based interface to the GNU Debugger
GNU_CONFIGURE= yes
USE_REINPLACE= yes
PLIST_FILES= bin/cgdb
post-patch:
${REINPLACE_CMD} -e 's,libutil\.h,,g' ${WRKSRC}/configure
.include <bsd.port.mk>