aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-02-15 15:32:50 +0800
committerwen <wen@FreeBSD.org>2011-02-15 15:32:50 +0800
commit152a43c0d2e7033da0489b6dd744a5e87508afaa (patch)
tree9c9fa4c47f213ae950b732c97b2f23267800d8c6 /lang/Makefile
parent246b7ba875a766465718ff23ccd53b68703af8eb (diff)
downloadfreebsd-ports-gnome-152a43c0d2e7033da0489b6dd744a5e87508afaa.tar.gz
freebsd-ports-gnome-152a43c0d2e7033da0489b6dd744a5e87508afaa.tar.zst
freebsd-ports-gnome-152a43c0d2e7033da0489b6dd744a5e87508afaa.zip
GNAT AUX is based on the trunk version of Free Software Foundation's GNU
Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. This version of GNAT also carries with it the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by GNAT AUX should be handled the same as binaries produced by any FSF GNAT compiler. GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards. It also implements some features of the draft Ada-2012 standard, which are optionally accessible via the -gnat2012 switch or Ada_2012 pragma. WWW: http://www.dragonlace.net/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index f38a5495a56f..0d4629d49153 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -105,6 +105,7 @@
SUBDIR += ghc
SUBDIR += gjs
SUBDIR += gnat
+ SUBDIR += gnat-aux
SUBDIR += gnat-doc-html
SUBDIR += gnat-doc-info
SUBDIR += gnat-doc-ps