mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
f0076255d2
opposed to me (implicitly via the masterport).
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# 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
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gcc41
|
|
.include "${MASTERDIR}/Makefile"
|