kurt 23c2beebde - make the queue wait condition pthread_cancel(3) safe which fixes a
deadlock in webkit-gtk3 + icedtea-web
- further cleanups of related global mutexs and condition variables
okay ajacoutot@, landry@
2014-04-21 20:46:57 +00:00

35 lines
732 B
Makefile

# $OpenBSD: Makefile,v 1.15 2014/04/21 20:46:57 kurt Exp $
SHARED_ONLY = Yes
COMMENT = Java web browser plugin
DISTNAME = icedtea-web-1.4.2
CATEGORIES = www
REVISION = 0
MAINTAINER = Landry Breuil <landry@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://icedtea.classpath.org/download/source/
HOMEPAGE = http://icedtea.classpath.org/wiki/IcedTea-Web
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-jdk-home=${LOCALBASE}/jdk-1.7.0 \
--disable-docs \
--libdir=${TRUEPREFIX}/lib/mozilla/plugins
MODULES = java \
devel/gettext
MODJAVA_VER= 1.7+
BUILD_DEPENDS = archivers/zip \
devel/xulrunner/24,-devel
USE_GMAKE = Yes
LIB_DEPENDS = devel/glib2
WANTLIB += glib-2.0 m stdc++
.include <bsd.port.mk>