diff options
author | tnn <tnn@pkgsrc.org> | 2011-08-21 23:01:22 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-08-21 23:01:22 +0000 |
commit | 7acb0563fc3ff8fb5b18c2930eb4816b85518e22 (patch) | |
tree | 804a0ea6fe62b9ed6d7365c6013a23289f256d1e | |
parent | 4391e0ecec7473f4470eedba2e16fd5d2856296a (diff) | |
download | pkgsrc-7acb0563fc3ff8fb5b18c2930eb4816b85518e22.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.
-rw-r--r-- | www/icedtea-web/DESCR | 1 | ||||
-rw-r--r-- | www/icedtea-web/Makefile | 41 | ||||
-rw-r--r-- | www/icedtea-web/PLIST | 3 | ||||
-rw-r--r-- | www/icedtea-web/distinfo | 5 |
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 |