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:
parent
031557a091
commit
90809b9ca1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159768
@ -76,6 +76,7 @@
|
||||
SUBDIR += gcc34
|
||||
SUBDIR += gcc40
|
||||
SUBDIR += gcc41
|
||||
SUBDIR += gcc41-withgcjawt
|
||||
SUBDIR += gcc42
|
||||
SUBDIR += gcl
|
||||
SUBDIR += gdc
|
||||
|
16
lang/gcc41-withgcjawt/Makefile
Normal file
16
lang/gcc41-withgcjawt/Makefile
Normal 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"
|
6
lang/gcc41-withgcjawt/pkg-descr
Normal file
6
lang/gcc41-withgcjawt/pkg-descr
Normal 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/
|
16
lang/gcc42-withgcjawt/Makefile
Normal file
16
lang/gcc42-withgcjawt/Makefile
Normal 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"
|
6
lang/gcc42-withgcjawt/pkg-descr
Normal file
6
lang/gcc42-withgcjawt/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user