freebsd-ports/devel/cgdb/Makefile
Danilo Egea Gondolfo bc4a455af0 - Update to 0.7.0
- Remove help2man from dependency list, the support was removed upstream [1]
- Back to the pool

[1] https://github.com/cgdb/cgdb/blob/master/NEWS

Approved by:	maintainer
2017-12-31 01:54:50 +00:00

29 lines
624 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= cgdb
PORTVERSION= 0.7.0
CATEGORIES= devel
MASTER_SITES= http://cgdb.me/files/
MAINTAINER= serio.jeffrey@gmail.com
COMMENT= Curses-based interface to the GNU Debugger
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= makeinfo readline
INFO= cgdb
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
# we need this for openpty(3) . It sucks,
# but since cgdb include a libutil itself,
# we have to specify the full path.
LDFLAGS+= /usr/lib/libutil.so
post-patch:
@${REINPLACE_CMD} -e 's|dev_ptmx=yes|dev_ptmx=no|' ${WRKSRC}/configure
.include <bsd.port.mk>