freebsd-ports/java/jikes/Makefile
Archie Cobbs 7dd2eb9a86 Using libicuuc.a seems to make jikes more unstable. Since this is supposed
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
2002-08-30 23:14:28 +00:00

22 lines
431 B
Makefile

# New ports collection makefile for: jikes
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
# $FreeBSD$
#
PORTNAME= jikes
PORTVERSION= 1.15
PORTREVISION= 2
CATEGORIES= java
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/
MAINTAINER= archie@freebsd.org
MAN1= jikes.1
PLIST_SUB= PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>