aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache-jserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache-jserv/Makefile')
-rw-r--r--www/apache-jserv/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/apache-jserv/Makefile b/www/apache-jserv/Makefile
index 319fdc31ee49..39826791a8d9 100644
--- a/www/apache-jserv/Makefile
+++ b/www/apache-jserv/Makefile
@@ -28,6 +28,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}\
--libdir=${LOCALBASE}/libexec/apache\
--with-logdir=/var/log\
--sysconfdir=${PREFIX}/etc/apache\
+ --with-apxs=${LOCALBASE}/sbin/apxs\
--with-jdk-home=${LOCALBASE}/jdk1.1.8\
--with-JSDK=${LOCALBASE}/share/java/classes/jsdk.jar\
--with-java=${LOCALBASE}/jdk1.1.8/bin/java\
@@ -36,6 +37,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX}\
--with-gnu-ld\
--enable-compressed-jar\
--enable-EAPI
+.if defined (USE_JIKES)
+CONFIGURE_ARGS+=--with-javac=${LOCALBASE}/bin/jikes
+.endif
+
+pre-install:
+ ${MKDIR} ${PREFIX}/share/java/classes
post-install:
@${CAT} ${PKGDIR}/MESSAGE
span title='2008-04-25 19:03:22 +0800'>2008-04-251-1/+1 * - Fix build after xorg cleanupmiwi2008-04-221-2/+2 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-42/+45 * Update to the autotools new world order.ade2007-07-281-1/+1 * Update to 0.26.marcus2007-05-312-4/+4 * Update to 0.25.marcus2007-05-303-6/+16 * - Welcome X.org 7.2 \o/.flz2007-05-202-22/+1 * - Add support for telepathy in OPTIONS (off by default).flz2007-04-202-6/+10 * Update to 0.24ahze2007-04-163-4/+9 * Update to 0.23.marcus2007-03-083-8/+5 * Update to 0.22.marcus2007-01-143-4/+7 * Update to 0.21.marcus2007-01-113-10/+10 * Update to 0.20.marcus2006-12-112-5/+4 * Add a missing dependency on gnomepanel.marcus2006-11-241-1/+2 * Update to 0.19.marcus2006-11-193-17/+19 * Track libnotify updatejylefort2006-11-141-2/+2 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-4/+25 * Update to 0.16.marcus2006-09-183-4/+21 * - Update to 0.13ahze2006-08-013-4/+5 * Update to 0.12.marcus2006-07-093-6/+17 * - Bump PORTREVISIONmiwi2006-06-291-1/+2 * Update to 0.11.2.marcus2006-06-123-11/+14 * Mark BROKEN on 4.X.marcus2006-04-011-0/+4 * Add a missing dependency on gnomedocutils.marcus2006-03-281-1/+1 * Update to 0.10.2.marcus2006-03-232-7/+16 * Update to 0.10.1.marcus2006-03-153-5/+9 * Conversion to a single libtool environment.ade2006-02-231-1/+1