mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cd465afc8d
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>
28 lines
584 B
Makefile
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>
|