mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
141cc629a2
distributed systems in Ada. PR: ports/18374 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
26 lines
487 B
Makefile
26 lines
487 B
Makefile
# New ports collection makefile for: gnat-glade
|
|
# Date created: 3 Mai 2000
|
|
# Whom: sam@inf.enst.fr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnat-glade
|
|
PORTVERSION= 3.12p
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/glade/
|
|
DISTNAME= glade-${PORTVERSION}-src
|
|
|
|
MAINTAINER= sam@inf.enst.fr
|
|
|
|
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
|
|
|
USE_AUTOCONF= yes
|
|
CONFIGURE_ENV= ADA=adagcc
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/gnatdist
|
|
|
|
.include <bsd.port.mk>
|