aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc42-withgcjawt/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-04-17 05:24:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-04-17 05:24:24 +0000
commit90809b9ca1b4ebfe9fab8c3593be4def40d67dcb (patch)
tree33f66f946052a5ba576ce88abf9cac023f4b46c1 /lang/gcc42-withgcjawt/Makefile
parent031557a091b4d85c28f0d554b6a8ac4f3541ecab (diff)
downloadports-90809b9ca1b4ebfe9fab8c3593be4def40d67dcb.tar.gz
ports-90809b9ca1b4ebfe9fab8c3593be4def40d67dcb.zip
Notes
Diffstat (limited to 'lang/gcc42-withgcjawt/Makefile')
-rw-r--r--lang/gcc42-withgcjawt/Makefile16
1 files changed, 16 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"