aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc41-withgcjawt/Makefile
blob: ad0b44ec0d6b85b827b6e5549182eb970674ad53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

MAINTAINER= maho@FreeBSD.org

DESCR=  ${.CURDIR}/pkg-descr

WITH_JAVA_AWT=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 600105
BROKEN= Does not compile on FreeBSD >= 6.1
.endif

MASTERDIR=  ${.CURDIR}/../../lang/gcc41
.include "${MASTERDIR}/Makefile"