diff options
author | maho <maho@FreeBSD.org> | 2006-04-17 13:24:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-04-17 13:24:24 +0800 |
commit | cb786f3c3f9a3072775626fd21aaeef3aaee5a18 (patch) | |
tree | 883207238ffda2154ff005c0ad012912f937f816 /lang | |
parent | 36ff330cfecf4931e554c0edcc9617575153b733 (diff) | |
download | freebsd-ports-graphics-cb786f3c3f9a3072775626fd21aaeef3aaee5a18.tar.gz freebsd-ports-graphics-cb786f3c3f9a3072775626fd21aaeef3aaee5a18.tar.zst freebsd-ports-graphics-cb786f3c3f9a3072775626fd21aaeef3aaee5a18.zip |
Add gcc41-withgcjawt port.
GCC, the GNU Compiler Collection includes C, C++, Java and Fortran.
This is essentially same as lang/gcc41 port but installs
AWT part of gcj as well.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc41-withgcjawt/Makefile | 16 | ||||
-rw-r--r-- | lang/gcc41-withgcjawt/pkg-descr | 6 | ||||
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 16 | ||||
-rw-r--r-- | lang/gcc42-withgcjawt/pkg-descr | 6 |
5 files changed, 45 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6870a94e830..d6b8e665c25 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -76,6 +76,7 @@ SUBDIR += gcc34 SUBDIR += gcc40 SUBDIR += gcc41 + SUBDIR += gcc41-withgcjawt SUBDIR += gcc42 SUBDIR += gcl SUBDIR += gdc diff --git a/lang/gcc41-withgcjawt/Makefile b/lang/gcc41-withgcjawt/Makefile new file mode 100644 index 00000000000..961e92ee239 --- /dev/null +++ b/lang/gcc41-withgcjawt/Makefile @@ -0,0 +1,16 @@ +# ex:ts=8 +# Ports collection makefile for: gcc with gcj+AWT +# Date created: 17 April 2006 +# Whom: Maho Nakata <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -withgcjawt + +DESCR= ${.CURDIR}/pkg-descr + +WITH_JAVA_AWT= yes + +MASTERDIR= ${.CURDIR}/../../lang/gcc41 +.include "${MASTERDIR}/Makefile" diff --git a/lang/gcc41-withgcjawt/pkg-descr b/lang/gcc41-withgcjawt/pkg-descr new file mode 100644 index 00000000000..54f8a1261a3 --- /dev/null +++ b/lang/gcc41-withgcjawt/pkg-descr @@ -0,0 +1,6 @@ +GCC, the GNU Compiler Collection includes C, C++, Java with AWT. + +This port installs the various front ends as gcc41, g++41, gcj41, +like master port, *AND* installs gcj+AWT as well. + +WWW: http://gcc.gnu.org/ diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile new file mode 100644 index 00000000000..961e92ee239 --- /dev/null +++ b/lang/gcc42-withgcjawt/Makefile @@ -0,0 +1,16 @@ +# ex:ts=8 +# Ports collection makefile for: gcc with gcj+AWT +# Date created: 17 April 2006 +# Whom: Maho Nakata <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -withgcjawt + +DESCR= ${.CURDIR}/pkg-descr + +WITH_JAVA_AWT= yes + +MASTERDIR= ${.CURDIR}/../../lang/gcc41 +.include "${MASTERDIR}/Makefile" diff --git a/lang/gcc42-withgcjawt/pkg-descr b/lang/gcc42-withgcjawt/pkg-descr new file mode 100644 index 00000000000..54f8a1261a3 --- /dev/null +++ b/lang/gcc42-withgcjawt/pkg-descr @@ -0,0 +1,6 @@ +GCC, the GNU Compiler Collection includes C, C++, Java with AWT. + +This port installs the various front ends as gcc41, g++41, gcj41, +like master port, *AND* installs gcj+AWT as well. + +WWW: http://gcc.gnu.org/ |