mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
c44fa33a5e
with letter i-m
29 lines
628 B
Makefile
29 lines
628 B
Makefile
# New ports collection makefile for: jikes
|
|
# Date created: 09 December 1998
|
|
# Whom: Matthew Dillon <dillon@backplane.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jikes
|
|
PORTVERSION= 1.22
|
|
PORTREVISION= 1
|
|
CATEGORIES= java
|
|
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
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
USE_BZIP2= yes
|
|
|
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|