2004-09-01 10:37:04 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: classpath
|
|
|
|
# Date created: Sep 1, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= classpath
|
2006-05-14 03:13:38 +02:00
|
|
|
PORTVERSION= 0.90
|
|
|
|
CATEGORIES= java devel
|
2004-09-01 10:37:04 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2006-05-14 03:13:38 +02:00
|
|
|
MAINTAINER= rainer.alves@gmail.com
|
2005-03-21 03:27:48 +01:00
|
|
|
COMMENT= A GNU project to create a free Java class library
|
2004-09-01 10:37:04 +02:00
|
|
|
|
2004-10-25 15:56:34 +02:00
|
|
|
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
|
|
|
|
2004-09-01 10:37:04 +02:00
|
|
|
USE_JAVA= yes
|
|
|
|
USE_JIKES= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-11-27 17:42:25 +01:00
|
|
|
CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer
|
2004-09-01 10:37:04 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-11-30 00:48:33 +01:00
|
|
|
INFO= hacking vmintegration
|
2004-09-01 10:37:04 +02:00
|
|
|
|
2006-05-14 03:13:38 +02:00
|
|
|
.include <bsd.port.mk>
|