blob: b406466d41f211fad258a7f4de3a6c8eb52b6315 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: gnat-glade
# Date created: 3 May 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= gnat-glade
PORTVERSION= 3.13p
CATEGORIES= lang
MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/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>
|