summaryrefslogtreecommitdiffstats
path: root/www/py-webkitgtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-webkitgtk/Makefile')
-rw-r--r--www/py-webkitgtk/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/py-webkitgtk/Makefile b/www/py-webkitgtk/Makefile
new file mode 100644
index 000000000..e3a888305
--- /dev/null
+++ b/www/py-webkitgtk/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: py-webkitgtk
+# Date created: 07 Mar 2010
+# Whom: Ju Pengfei <jupengfei@gmail.com>
+#
+# $FreeBSD: ports/www/py-webkitgtk/Makefile,v 1.1 2010/04/26 08:31:41 wen Exp $
+#
+
+PORTNAME= webkitgtk
+PORTVERSION= 1.1.7
+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
+
+LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/webkit-gtk2
+
+PROJECTHOST= pywebkitgtk
+
+GNU_CONFIGURE= yes
+USE_GNOME= glib20 libxslt pkgconfig pygtk2
+USE_GMAKE= yes
+USE_PYTHON= yes
+
+.include <bsd.port.mk>