Update editors/focuswriter to version 1.5.7
[dports.git] / editors / gwrite / Makefile
1 # Created by: Ju Pengfei <jupengfei@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       gwrite
5 PORTVERSION=    0.5.1
6 PORTREVISION=   4
7 CATEGORIES=     editors python
8 MASTER_SITES=   GOOGLE_CODE
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Simple HTML format editor
12
13 LICENSE=        LGPL3+
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.15:devel/py-python-distutils-extra \
17                 ${PYTHON_PKGNAMEPREFIX}jswebkit>=0:www/py-jswebkit \
18                 ${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk
19 RUN_DEPENDS=    gnome-icon-theme>=0:misc/gnome-icon-theme \
20                 wvHtml:textproc/wv \
21                 ${PYTHON_PKGNAMEPREFIX}jswebkit>=0:www/py-jswebkit \
22                 ${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk
23
24 NO_ARCH=        yes
25 USES=           desktop-file-utils gettext-tools python
26 USE_GNOME=      intltool pygtk2
27 USE_PYTHON=     distutils
28
29 .include <bsd.port.mk>