1995-05-03 07:39:10 +02:00
|
|
|
# New ports collection makefile for: xxgdb
|
|
|
|
# Date created: 2 May 1995
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-05-03 07:39:10 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:44:42 +02:00
|
|
|
PORTNAME= xxgdb
|
|
|
|
PORTVERSION= 1.12
|
1996-11-18 10:56:45 +01:00
|
|
|
CATEGORIES= devel
|
2001-02-14 06:43:00 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
1996-11-18 10:56:45 +01:00
|
|
|
MASTER_SITE_SUBDIR= utilities
|
1995-05-03 07:39:10 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= An X window interface for gdb
|
1995-05-03 07:39:10 +02:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2000-09-27 04:54:57 +02:00
|
|
|
MAN1= xxgdb.1
|
1995-05-03 07:39:10 +02:00
|
|
|
|
2004-11-18 23:31:18 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= "Does not compile on sparc64"
|
|
|
|
.endif
|
|
|
|
|
1995-06-20 10:01:36 +02:00
|
|
|
# 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:
|
2000-11-22 17:09:07 +01:00
|
|
|
cd ${WRKSRC} && ${CC} ${CFLAGS} -o xxgdbiowin xxgdbiowin.c
|
1995-06-20 10:01:36 +02:00
|
|
|
|
|
|
|
post-install:
|
2000-11-22 17:09:07 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xxgdbiowin ${PREFIX}/bin
|
1995-06-20 10:01:36 +02:00
|
|
|
|
2004-11-18 23:31:18 +01:00
|
|
|
.include <bsd.port.post.mk>
|