freebsd-ports/java/jikes/Makefile

29 lines
628 B
Makefile
Raw Normal View History

# New ports collection makefile for: jikes
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= jikes
2004-11-02 02:12:38 +01:00
PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= java
2005-10-07 20:29:42 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=jikes/
MAINTAINER= ports@FreeBSD.org
COMMENT= A very fast Java source to byte-code compiler made available by IBM
MAN1= jikes.1
PLIST_SUB= PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
2000-08-01 01:55:10 +02:00
USE_GMAKE= yes
USE_ICONV= yes
USE_BZIP2= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>