freebsd-ports/devel/gvd/Makefile
Daniel Eischen cd465afc8d GVD is the GNU Visual Debugger, very similar to DDD.
It is an extensible graphical debugger licensed under the GPL
and written in Ada using GNAT and GtkAda.  Supposedly, this
is the future GNOME debugger.

PR:		23280
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
2000-12-08 21:48:17 +00:00

28 lines
584 B
Makefile

# New ports collection makefile for: gvd
# Date created: 4 Dec 2000
# Whom: Samuel Tardieu <sam@inf.enst.fr>
#
# $FreeBSD$
#
PORTNAME= gvd
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= http://libre.act-europe.fr/gvd/
MAINTAINER= sam@inf.enst.fr
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
LIB_DEPENDS= gtkada-1.2.10:${PORTSDIR}/x11-toolkits/gtkada
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC=adagcc
MAKE_ENV= CC=adagcc
USE_X_PREFIX= yes
USE_GMAKE= yes
post-extract:
${CP} ${FILESDIR}/freebsd.h ${WRKSRC}/gnat/system/
.include <bsd.port.mk>