View | Details | Raw Unified | Return to bug 57725
Collapse All | Expand All

(-)Makefile (+6 lines)
Lines 7-23 Link Here
7
7
8
PORTNAME=	jikes
8
PORTNAME=	jikes
9
PORTVERSION=	1.18
9
PORTVERSION=	1.18
10
PORTREVISION=	1
10
CATEGORIES=	java
11
CATEGORIES=	java
11
MASTER_SITES=	http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
12
MASTER_SITES=	http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
12
13
13
MAINTAINER=	archie@freebsd.org
14
MAINTAINER=	archie@freebsd.org
14
COMMENT=	A very fast Java source to byte-code compiler made available by IBM
15
COMMENT=	A very fast Java source to byte-code compiler made available by IBM
15
16
17
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
18
16
MAN1=		jikes.1
19
MAN1=		jikes.1
17
20
18
PLIST_SUB=	PORTVERSION=${PORTVERSION}
21
PLIST_SUB=	PORTVERSION=${PORTVERSION}
19
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
23
USE_GMAKE=	yes
21
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
26
CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
27
		LIBS="-L${LOCALBASE}/lib"
22
28
23
.include <bsd.port.mk>
29
.include <bsd.port.mk>

Return to bug 57725