aboutsummaryrefslogtreecommitdiff
path: root/devel/ilu/Makefile
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1997-10-09 21:19:42 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1997-10-09 21:19:42 +0000
commitc590b216159fc3a2168b3cc65bc4ecdbf83890e5 (patch)
tree9a73e38def15db872406ccb57c67f81370681ea2 /devel/ilu/Makefile
parent725e0adfcafef57081a1111ad26639d0f8fb1e3a (diff)
downloadports-c590b216159fc3a2168b3cc65bc4ecdbf83890e5.tar.gz
ports-c590b216159fc3a2168b3cc65bc4ecdbf83890e5.zip
Java support now works with jdk-1.1. JDK-1.0.2 isn't supported, but
Jeff's 1.0.2 port is recognized at configure time and ILU will then be build without Java support. Add a note in DESCR that the FreeBSD port builds shared libraries.
Notes
Notes: svn path=/head/; revision=8193
Diffstat (limited to 'devel/ilu/Makefile')
-rw-r--r--devel/ilu/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile
index 47695d17a40a..812eb728b166 100644
--- a/devel/ilu/Makefile
+++ b/devel/ilu/Makefile
@@ -3,7 +3,7 @@
# Date created: 29.9.1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $Id: Makefile,v 1.4 1997/10/03 13:09:43 cracauer Exp $
+# $Id: Makefile,v 1.5 1997/10/07 15:06:37 cracauer Exp $
#
DISTNAME= ilu-2.0alpha11
@@ -15,11 +15,10 @@ MAINTAINER= cracauer@cons.org
NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
-# ILU 2.0alpha11 doesn't compile with FreeBSD jdk-1.1 port
-# The guile port is outdated. If you have 1.2 installed, remove
-# --disable-guile-support
-CONFIGURE_ARGS= --disable-java-support --enable-http-protocol \
- --disable-guile-support
+
+# The official guile port is outdated. If you have 1.2 installed, remove
+# --disable-guile-support
+CONFIGURE_ARGS= --disable-guile-support --enable-http-protocol
INSTALL_TARGET= Install
NOMANCOMPRESS=
@@ -31,6 +30,9 @@ startup_script= ${startup_dir}/50.ilu.sh
post-install:
# Empty dirs
+.if exists(${PREFIX}/ilu/examples/javatest1/javastubs)
+ ${RMDIR} ${PREFIX}/ilu/examples/javatest1/javastubs
+.endif
${RMDIR} ${PREFIX}/ilu/man/man[358]
${RMDIR} ${PREFIX}/ilu/lisp
(cd ${PREFIX} ; find ilu -type f) > ${PLIST}