1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/cgdb/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

33 lines
664 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= cgdb
PORTVERSION= 0.6.8
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
BUILD_DEPENDS= help2man:misc/help2man
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>