freebsd-ports/java/jikes/Makefile
Archie Cobbs 857dd5b839 Update to version 1.18, but without using 'libicuuc' which seems
to be what destablizes the jikes-devel port.
2003-02-24 20:31:37 +00:00

22 lines
445 B
Makefile

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