aboutsummaryrefslogtreecommitdiffstats
path: root/lang/glade-gpl/Makefile
blob: 9ebc46e25e00ed71b558175a636ef0d6b88d5805 (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
26
27
28
29
30
31
32
33
# New ports collection makefile for:    gnat-glade
# Date created:         3 May 2000
# Whom:                 sam@inf.enst.fr
#
# $FreeBSD$
#

PORTNAME=   gnat-glade
PORTVERSION=    3.15p
PORTREVISION=   1
CATEGORIES= lang
MASTER_SITES=   ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/glade/
DISTNAME=   glade-${PORTVERSION}-src
EXTRACT_SUFX=   .tgz

MAINTAINER= sam@inf.enst.fr
COMMENT=    GNU Ada distributed systems annex

BUILD_DEPENDS=  adagcc:${PORTSDIR}/lang/gnat

USE_AUTOMAKE_VER=14
CONFIGURE_ENV=  ADA=adagcc
USE_GMAKE=  yes
USE_PERL5_BUILD=yes

pre-configure:
    ${PERL} -pi -e "s@aclocal\)@${ACLOCAL})@g;\
            s@automake\)@${AUTOMAKE})@g" ${WRKSRC}/aclocal.m4

post-install:
    ${STRIP_CMD} ${PREFIX}/bin/gnatdist

.include <bsd.port.mk>