summaryrefslogtreecommitdiff
path: root/java/jikes
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2003-11-10 23:07:07 +0000
committerArchie Cobbs <archie@FreeBSD.org>2003-11-10 23:07:07 +0000
commitb0adb5aa7cfed9b0b715a333f005cbc852a77151 (patch)
treefdbe1458d262aff96c4c459e641b414dc31728fe /java/jikes
parentFix kernel panic when IPSec also in use. Also fix patch permissions problem. (diff)
Add iconv encoding support.
PR: ports/57725 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes: svn path=/head/; revision=93707
Diffstat (limited to 'java/jikes')
-rw-r--r--java/jikes/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile
index 770abb8c58be..9b43a0fd9c16 100644
--- a/java/jikes/Makefile
+++ b/java/jikes/Makefile
@@ -7,12 +7,15 @@
PORTNAME= jikes
PORTVERSION= 1.18
+PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
MAINTAINER= archie@freebsd.org
COMMENT= A very fast Java source to byte-code compiler made available by IBM
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+
MAN1= jikes.1
PLIST_SUB= PORTVERSION=${PORTVERSION}
@@ -20,4 +23,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
+CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+
.include <bsd.port.mk>