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/Makefile41
1 files changed, 41 insertions, 0 deletions
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"