2020-02-13 11:01:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2020/02/13 11:01:11 giovanni Exp $
|
2012-02-29 20:57:52 +00:00
|
|
|
|
2017-07-28 13:34:56 +00:00
|
|
|
COMMENT = Java web start runtime
|
2016-05-15 13:20:43 +00:00
|
|
|
DISTNAME = icedtea-web-1.6.2
|
2020-02-13 11:01:11 +00:00
|
|
|
REVISION = 8
|
2012-02-29 20:57:52 +00:00
|
|
|
CATEGORIES = www
|
|
|
|
|
|
|
|
# GPLv2
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2012-02-29 20:57:52 +00:00
|
|
|
|
|
|
|
MASTER_SITES = http://icedtea.classpath.org/download/source/
|
|
|
|
HOMEPAGE = http://icedtea.classpath.org/wiki/IcedTea-Web
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
2015-03-24 20:29:10 +00:00
|
|
|
CONFIGURE_ENV = BIN_BASH=${LOCALBASE}/bin/bash
|
2017-04-21 17:04:35 +00:00
|
|
|
CONFIGURE_ARGS = --with-jdk-home=${JAVA_HOME} \
|
2012-02-29 20:57:52 +00:00
|
|
|
--disable-docs \
|
2017-07-28 13:34:56 +00:00
|
|
|
--disable-plugin
|
2012-02-29 20:57:52 +00:00
|
|
|
|
2017-07-28 13:34:56 +00:00
|
|
|
MODULES = java
|
2012-02-29 20:57:52 +00:00
|
|
|
|
2017-04-21 17:04:35 +00:00
|
|
|
MODJAVA_VER= 1.8
|
2012-02-29 20:57:52 +00:00
|
|
|
|
2015-07-17 21:46:10 +00:00
|
|
|
#build system does horrible things with bash
|
2018-07-05 16:55:42 +00:00
|
|
|
RUN_DEPENDS = shells/bash \
|
|
|
|
devel/desktop-file-utils
|
2015-03-24 20:29:10 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
2017-07-28 13:34:56 +00:00
|
|
|
archivers/zip
|
2012-11-10 10:37:27 +00:00
|
|
|
|
2012-02-29 20:57:52 +00:00
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
2015-03-24 20:29:10 +00:00
|
|
|
post-patch:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/launcher/launchers.in
|
|
|
|
|
2016-05-15 13:20:43 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.desktop ${PREFIX}/share/applications/
|
|
|
|
|
2012-02-29 20:57:52 +00:00
|
|
|
.include <bsd.port.mk>
|