1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

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.
This commit is contained in:
Maho Nakata 2006-04-17 05:24:24 +00:00
parent 031557a091
commit 90809b9ca1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159768
5 changed files with 45 additions and 0 deletions

View File

@ -76,6 +76,7 @@
SUBDIR += gcc34
SUBDIR += gcc40
SUBDIR += gcc41
SUBDIR += gcc41-withgcjawt
SUBDIR += gcc42
SUBDIR += gcl
SUBDIR += gdc

View File

@ -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"

View File

@ -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/

View File

@ -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"

View File

@ -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/