freebsd-ports/devel/xxgdb/Makefile
Cy Schubert 561acb472d Fix:
- pty creation
 - segmentation violations
 - bus errors
 - alternate gdb invocation (prompt through environment)

Stagify.
2014-03-26 19:48:45 +00:00

27 lines
680 B
Makefile

# Created by: jkh
# $FreeBSD$
PORTNAME= xxgdb
PORTVERSION= 1.12
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= cy@FreeBSD.org
COMMENT= X window interface for gdb
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xt
# This isn't included in the original Imakefile for some reason.
# Yes, I know this will recompile the program every time, but
# we have the cookie anyway and it's much easier this way
# than modifying the Imakefile.
post-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o xxgdbiowin xxgdbiowin.c
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xxgdbiowin ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>