diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 20:10:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 20:10:42 +0800 |
commit | 1e91a71878f28fb634718941807176a761b3b3ca (patch) | |
tree | 77b96e80d2d098954e99064e07e5f734dcf60db8 /net/libproxy-webkit | |
parent | 6221f771716abdffc2527781d7879dc4c4879f8f (diff) | |
download | marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.gz marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.bz2 marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.lz marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.xz marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.zst marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.zip |
Chase webkit lib dump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12295 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..8432f8610 --- /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.1 2009/02/27 05:31:08 marcus Exp $ +# + +PORTREVISION= 1 +CATEGORIES= net devel +PKGNAMESUFFIX= -webkit + +MAINTAINER= gnome@FreeBSD.org +COMMENT= WebKit Javascript plug-in for libproxy + +LIB_DEPENDS= proxy.0:${PORTSDIR}/net/libproxy \ + webkit-1.0.6:${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 |