2000-07-31 15:01:38 +00:00
|
|
|
# New ports collection makefile for: gnat-glade
|
2000-12-21 10:35:19 +00:00
|
|
|
# Date created: 3 May 2000
|
2000-07-31 15:01:38 +00:00
|
|
|
# Whom: sam@inf.enst.fr
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-02-05 15:04:13 +00:00
|
|
|
PORTNAME= gnat-glade
|
2003-03-24 07:49:13 +00:00
|
|
|
PORTVERSION= 3.15p
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2000-07-31 15:01:38 +00:00
|
|
|
CATEGORIES= lang
|
2000-12-21 10:35:19 +00:00
|
|
|
MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/glade/
|
2000-07-31 15:01:38 +00:00
|
|
|
DISTNAME= glade-${PORTVERSION}-src
|
2003-04-12 13:40:52 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-07-31 15:01:38 +00:00
|
|
|
|
|
|
|
MAINTAINER= sam@inf.enst.fr
|
2003-02-21 12:35:09 +00:00
|
|
|
COMMENT= GNU Ada distributed systems annex
|
2000-07-31 15:01:38 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
|
|
|
|
2002-01-07 05:27:27 +00:00
|
|
|
USE_AUTOMAKE_VER=14
|
2004-06-04 17:29:38 +00:00
|
|
|
USE_AUTOCONF_VER=213
|
2000-07-31 15:01:38 +00:00
|
|
|
CONFIGURE_ENV= ADA=adagcc
|
|
|
|
USE_GMAKE= yes
|
2003-11-20 15:06:14 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2000-07-31 15:01:38 +00:00
|
|
|
|
2002-01-07 05:27:27 +00:00
|
|
|
pre-configure:
|
|
|
|
${PERL} -pi -e "s@aclocal\)@${ACLOCAL})@g;\
|
|
|
|
s@automake\)@${AUTOMAKE})@g" ${WRKSRC}/aclocal.m4
|
|
|
|
|
2000-07-31 15:01:38 +00:00
|
|
|
post-install:
|
2003-09-24 09:37:11 +00:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/gnatdist
|
2000-07-31 15:01:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|