summaryrefslogtreecommitdiffstats
path: root/www/py-webkitgtk/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
commit71dfde0760b13ea318c656ddead128dbe634597d (patch)
tree604a8dbb563a5add31be347304c3eef5aa78e2a5 /www/py-webkitgtk/Makefile
parentaf8341069438e68bbabd2ab98ad25e0876c4d400 (diff)
downloadmarcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/py-webkitgtk/Makefile')
-rw-r--r--www/py-webkitgtk/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/www/py-webkitgtk/Makefile b/www/py-webkitgtk/Makefile
deleted file mode 100644
index 3c7c9a4eb..000000000
--- a/www/py-webkitgtk/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: py-webkitgtk
-# Date created: 07 Mar 2010
-# Whom: Ju Pengfei <jupengfei@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= webkitgtk
-PORTVERSION= 1.1.8
-PORTREVISION= 1
-CATEGORIES= www python
-MASTER_SITES= GOOGLE_CODE
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= jupengfei@gmail.com
-COMMENT= Python bindings for the WebKit GTK+ port
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
-
-PROJECTHOST= pywebkitgtk
-
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USE_GNOME= glib20 libxslt pkgconfig pygtk2
-USE_GMAKE= yes
-USE_PYTHON= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>