summaryrefslogtreecommitdiff
path: root/www/icedtea-web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/icedtea-web/Makefile')
-rw-r--r--www/icedtea-web/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/www/icedtea-web/Makefile b/www/icedtea-web/Makefile
index a8ea3831a49..191084f5f72 100644
--- a/www/icedtea-web/Makefile
+++ b/www/icedtea-web/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.35 2014/05/29 23:37:57 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2014/11/03 12:31:01 ryoon Exp $
# Keep icedtea-web distfile in sync with lang/openjdk7/icedtea-extras.mk
-DISTNAME= icedtea-web-81dfc0552a1c
-PKGNAME= icedtea-web-1.5pre
-PKGREVISION= 12
+DISTNAME= icedtea-web-1.5.1
CATEGORIES= www
-MASTER_SITES= -http://icedtea.classpath.org/hg/icedtea-web/archive/81dfc0552a1c.tar.bz2
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= http://icedtea.wildebeest.org/download/source/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://icedtea.classpath.org/
COMMENT= Java browser plugin and Web Start launcher
#LICENSE= # GPL2 + Classpath exception
+EXTRACT_USING= bsdtar
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf automake bash gmake gsed perl pkg-config zip
@@ -20,6 +19,8 @@ LICENSE= gnu-gpl-v2
REPLACE_PERL= javac.in
+CONFIGURE_ENV+= ac_cv_path_BIN_BASH=${BASH:Q}
+
CONFIGURE_ARGS+= --with-jdk-home=${PREFIX}/java/openjdk7
CONFIGURE_ARGS+= --with-rhino=${PREFIX}/java/openjdk7/jre/lib/rhino.jar
CONFIGURE_ARGS+= --disable-docs
@@ -37,7 +38,7 @@ post-install:
${LN} -s ../../IcedTeaPlugin.so IcedTeaPlugin.so
${RM} -r ${DESTDIR}/${PREFIX}/bin ${DESTDIR}/${PREFIX}/man
-.include "../../devel/xulrunner24/buildlink3.mk"
+.include "../../devel/xulrunner31/buildlink3.mk"
BUILDLINK_API_DEPENDS.openjdk7+=openjdk7>=1.7.25nb4
.include "../../lang/openjdk7/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"