|
Lines 2-8
Link Here
|
| 2 |
# Date created: July 11, 2011 |
2 |
# Date created: July 11, 2011 |
| 3 |
# Whom: Jung-uk Kim <jkim@FreeBSD.org> |
3 |
# Whom: Jung-uk Kim <jkim@FreeBSD.org> |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: ports/java/icedtea-web/Makefile,v 1.3 2011/07/11 23:13:16 jkim Exp $ |
5 |
# $FreeBSD: ports/java/icedtea-web/Makefile,v 1.1 2011/07/11 20:50:42 jkim Exp $ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= icedtea-web |
8 |
PORTNAME= icedtea-web |
|
Lines 12-18
Link Here
|
| 12 |
|
12 |
|
| 13 |
MAINTAINER= java@FreeBSD.org |
13 |
MAINTAINER= java@FreeBSD.org |
| 14 |
COMMENT= A free Java plug-in and Java Web Start for OpenJDK |
14 |
COMMENT= A free Java plug-in and Java Web Start for OpenJDK |
| 15 |
LICENSE= GPLv2 |
|
|
| 16 |
|
15 |
|
| 17 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
| 18 |
USE_GMAKE= yes |
17 |
USE_GMAKE= yes |
|
Lines 21-27
Link Here
|
| 21 |
USE_XORG= x11 |
20 |
USE_XORG= x11 |
| 22 |
|
21 |
|
| 23 |
OPTIONS= PLUGIN "Enable the browser plug-in" on \ |
22 |
OPTIONS= PLUGIN "Enable the browser plug-in" on \ |
| 24 |
RHINO "Add support for Proxy Auto Config files" off \ |
23 |
RHINO "Enable support for Proxy Auto Config files" off \ |
| 25 |
TEST "Add support for running regression test" off |
24 |
TEST "Add support for running regression test" off |
| 26 |
|
25 |
|
| 27 |
MAN1= javaws.1 |
26 |
MAN1= javaws.1 |
|
Lines 65-71
Link Here
|
| 65 |
|
64 |
|
| 66 |
.if defined(WITH_RHINO) |
65 |
.if defined(WITH_RHINO) |
| 67 |
CONFIGURE_ARGS+=--with-rhino=${JAVASHAREDIR}/rhino/rhino.jar |
66 |
CONFIGURE_ARGS+=--with-rhino=${JAVASHAREDIR}/rhino/rhino.jar |
| 68 |
BUILD_DEPENDS+= ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino |
|
|
| 69 |
RUN_DEPENDS+= ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino |
67 |
RUN_DEPENDS+= ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino |
| 70 |
.else |
68 |
.else |
| 71 |
CONFIGURE_ARGS+=--with-rhino=no |
69 |
CONFIGURE_ARGS+=--with-rhino=no |