summaryrefslogtreecommitdiffstats
path: root/www/py-jswebkit/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-19 20:44:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-19 20:44:51 +0800
commitff85d5e2a3bf18213b74759d1c8c49525f4f892e (patch)
tree7f57f622938b0296aea309c1aeabcebc970ce318 /www/py-jswebkit/Makefile
parent5f1a5e92e5febfe34bea4ebd2ea781354c5a1e8a (diff)
downloadmarcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.gz
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.bz2
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.lz
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.xz
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.zst
marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.zip
Remove webkit-gtk2. Use the version in FreeBSD ports instead of 1.3.3.
When I did this port it looked like this would be the new stable version. That is until GNOME 3 got delayed. If your webkit-gtk2 port is 1.3.3 you will need to run "portmaster -r webkit-gtk-1" after updating. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14597 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/py-jswebkit/Makefile')
-rw-r--r--www/py-jswebkit/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/py-jswebkit/Makefile b/www/py-jswebkit/Makefile
deleted file mode 100644
index 6a3bb3f49..000000000
--- a/www/py-jswebkit/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: py-jswebkit
-# Date created: 07 Mar 2010
-# Whom: Ju Pengfei <jupengfei@gmail.com>
-#
-# $FreeBSD: ports/www/py-jswebkit/Makefile,v 1.2 2010/05/07 07:50:26 wen Exp $
-#
-
-PORTNAME= jswebkit
-PORTVERSION= 0.0.2
-PORTREVISION= 1
-CATEGORIES= www python
-MASTER_SITES= GOOGLE_CODE
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= jupengfei@gmail.com
-COMMENT= WebKit/JavaScriptCore Python bindings
-
-BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
-LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/webkit-gtk2
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/jswebkit.so
-
-PROJECTHOST= gwrite
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= python_jswebkit
-
-.include <bsd.port.mk>