blob: a96ae349bec2a2dd09a6b75eccf0bc563ec5d311 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Matthew Dillon <dillon@backplane.com>
# $FreeBSD$
PORTNAME= jikes
PORTVERSION= 1.22
PORTREVISION= 2
CATEGORIES= java
MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java source to byte-code compiler made available by IBM
BROKEN_FreeBSD_12_aarch64= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_12_armv6= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_12_armv7= fails to configure: Could not find standard set_new_handler function
PLIST_SUB= PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_search_iconv=${ICONV_LIB} \
ac_cv_search_libiconv_open=no
USES= iconv gmake tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|