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