diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
commit | bde500a3f7cf00b9c196f3393e21c440b318b03f (patch) | |
tree | b107009a045c5f5fad5d442bbd34f58d031772cb /net/libproxy-webkit | |
parent | 910ed5f4ecfca362ba908a3f74a888b6e78022ff (diff) | |
download | marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.gz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.bz2 marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.lz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.xz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.zst marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.zip |
webkit-gtk2 shlib changed its name. Chase all users. also update some
depend lines to include a version because there is now a webkitgtk-1.0 and
webkitgtk-3.0. So webkitgtk matches both.
While here reset epiphany back to the 2.30 version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libproxy-webkit')
-rw-r--r-- | net/libproxy-webkit/Makefile | 29 | ||||
-rw-r--r-- | net/libproxy-webkit/pkg-descr | 7 | ||||
-rw-r--r-- | net/libproxy-webkit/pkg-plist | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile new file mode 100644 index 000000000..69464aeb0 --- /dev/null +++ b/net/libproxy-webkit/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libproxy-webkit +# Date created: 26 February 2009 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/net/libproxy-webkit/Makefile,v 1.5 2010/03/28 06:41:22 dinoex Exp $ +# + +PORTREVISION= 10 +CATEGORIES= net devel +PKGNAMESUFFIX= -webkit + +MAINTAINER= gnome@FreeBSD.org +COMMENT= WebKit Javascript plug-in for libproxy + +LIB_DEPENDS= proxy.0:${PORTSDIR}/net/libproxy \ + webkitgtk-1.0.13:${PORTSDIR}/www/webkit-gtk2 + +MASTERDIR= ${.CURDIR}/../libproxy +BUILD_WRKSRC= ${WRKSRC}/src/plugins +INSTALL_WRKSRC= ${BUILD_WRKSRC} +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist +CONFIGURE_ARGS=--without-gnome --without-kde --with-webkit \ + --without-mozjs --without-networkmanager --without-python \ + --without-envvar --without-file + +LIBPROXY_SLAVE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-webkit/pkg-descr b/net/libproxy-webkit/pkg-descr new file mode 100644 index 000000000..e9b912c76 --- /dev/null +++ b/net/libproxy-webkit/pkg-descr @@ -0,0 +1,7 @@ +Libproxy exists to answer the question: Given a network resource, how do I +reach it? It handles all the details, enabling you to get back to +programming. + +This plug-in allows the WebKit web browser to make use of libproxy. + +WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-webkit/pkg-plist b/net/libproxy-webkit/pkg-plist new file mode 100644 index 000000000..1032ea9e2 --- /dev/null +++ b/net/libproxy-webkit/pkg-plist @@ -0,0 +1 @@ +lib/libproxy/%%VERSION%%/plugins/webkit.so |