25 lines
571 B
Makefile
25 lines
571 B
Makefile
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
|
|
WWW= http://jikes.sf.net/
|
|
|
|
USES= autoreconf gmake iconv localbase tar:bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= ac_cv_search_iconv=${ICONV_LIB} \
|
|
ac_cv_search_libiconv_open=no
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
|
CPPFLAGS+= -Dregister=
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|