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/gcc42-withgcjawt | |
parent | 36ff330cfecf4931e554c0edcc9617575153b733 (diff) | |
download | freebsd-ports-gnome-cb786f3c3f9a3072775626fd21aaeef3aaee5a18.tar.gz freebsd-ports-gnome-cb786f3c3f9a3072775626fd21aaeef3aaee5a18.tar.zst freebsd-ports-gnome-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/gcc42-withgcjawt')
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 16 | ||||
-rw-r--r-- | lang/gcc42-withgcjawt/pkg-descr | 6 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile new file mode 100644 index 000000000000..961e92ee2398 --- /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 000000000000..54f8a1261a3f --- /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/ |