summaryrefslogtreecommitdiff
path: root/www/icedtea-web
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2011-08-21 23:01:22 +0000
committertnn <tnn@pkgsrc.org>2011-08-21 23:01:22 +0000
commit959d270a59b83ad93e775b2048880fe5b756c647 (patch)
tree804a0ea6fe62b9ed6d7365c6013a23289f256d1e /www/icedtea-web
parent45a613b65f6310ab0b1fc36cba32c948d23066b7 (diff)
downloadpkgsrc-959d270a59b83ad93e775b2048880fe5b756c647.tar.gz
Import icedtea-web-1.2pre as www/icedtea-web.
This is a Java plugin and a Web Start launcher for NPR compatible browsers.
Diffstat (limited to 'www/icedtea-web')
-rw-r--r--www/icedtea-web/DESCR1
-rw-r--r--www/icedtea-web/Makefile41
-rw-r--r--www/icedtea-web/PLIST3
-rw-r--r--www/icedtea-web/distinfo5
4 files changed, 50 insertions, 0 deletions
diff --git a/www/icedtea-web/DESCR b/www/icedtea-web/DESCR
new file mode 100644
index 00000000000..75f499ae61b
--- /dev/null
+++ b/www/icedtea-web/DESCR
@@ -0,0 +1 @@
+This is a Java plugin and a Web Start launcher for NPR compatible browsers.
diff --git a/www/icedtea-web/Makefile b/www/icedtea-web/Makefile
new file mode 100644
index 00000000000..5eeabbeaeec
--- /dev/null
+++ b/www/icedtea-web/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/21 23:01:22 tnn Exp $
+#
+
+DISTNAME= 61e08e67b176
+PKGNAME= icedtea-web-1.2pre
+CATEGORIES= www
+MASTER_SITES= http://icedtea.classpath.org/hg/icedtea-web/archive/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tnn@NetBSD.org
+HOMEPAGE= http://icedtea.classpath.org/
+COMMENT= Java browser plugin and Web Start launcher
+#LICENSE= # GPL2 + Classpath exception
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES+= c c++
+USE_TOOLS+= autoconf automake gmake pkg-config
+WRKSRC= ${WRKDIR}/icedtea-web-${DISTNAME}
+
+CONFIGURE_ARGS+= --with-jdk-home=${PREFIX}/java/openjdk7
+
+pre-configure:
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -if
+
+do-build:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${WRKSRC}/plugin/icedteanp/IcedTeaPlugin.so launcher.build/javaws
+
+INSTALLATION_DIRS+= bin lib/netscape/plugins
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/plugin/icedteanp/IcedTeaPlugin.so ${DESTDIR}${PREFIX}/lib/netscape/plugins
+ ${INSTALL_SCRIPT} ${WRKSRC}/launcher.build/javaws ${DESTDIR}${PREFIX}/bin
+
+BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=5.0
+.include "../../devel/xulrunner/buildlink3.mk"
+BUILDLINK_API_DEPENDS.openjdk7+= openjdk7>=1.7.0.147
+.include "../../lang/openjdk7/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/icedtea-web/PLIST b/www/icedtea-web/PLIST
new file mode 100644
index 00000000000..956c6690daa
--- /dev/null
+++ b/www/icedtea-web/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/21 23:01:22 tnn Exp $
+bin/javaws
+lib/netscape/plugins/IcedTeaPlugin.so
diff --git a/www/icedtea-web/distinfo b/www/icedtea-web/distinfo
new file mode 100644
index 00000000000..cafbf5487d1
--- /dev/null
+++ b/www/icedtea-web/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/08/21 23:01:22 tnn Exp $
+
+SHA1 (61e08e67b176.tar.bz2) = 3db5488f3c0ea1b9c83a74632d300d8717c9b478
+RMD160 (61e08e67b176.tar.bz2) = c0dd67a6ae982f09b3675c164b5decab4f7e140f
+Size (61e08e67b176.tar.bz2) = 609340 bytes