blob: 3bd730b58ea5fd2a01588c84d03950a480d3422d (
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
25
26
27
28
|
# ex:ts=8
# Ports collection makefile for: classpath
# Date created: Sep 1, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= classpath
PORTVERSION= 0.90
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rainer.alves@gmail.com
COMMENT= A GNU project to create a free Java class library
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
USE_JAVA= yes
USE_JIKES= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer
USE_GMAKE= yes
INFO= hacking vmintegration
.include <bsd.port.mk>
|