28 lines
599 B
Makefile
28 lines
599 B
Makefile
|
# New ports collection makefile for: py-webkitgtk
|
||
|
# Date created: 07 Mar 2010
|
||
|
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= webkitgtk
|
||
|
PORTVERSION= 1.1.7
|
||
|
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= webkit:${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>
|