1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/lang/gcc42-withgcjawt/Makefile
Gerald Pfeifer f0076255d2 Fix whitespace issues and set the maintainer to maho@FreeBSD.org, as
opposed to me (implicitly via the masterport).
2006-04-23 18:24:46 +00:00

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"