freebsd-ports/editors/gwrite/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

29 lines
816 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= gwrite
PORTVERSION= 0.5.1
PORTREVISION= 4
CATEGORIES= editors python
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple HTML format editor
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.15:devel/py-python-distutils-extra \
${PYTHON_PKGNAMEPREFIX}jswebkit>=0:www/py-jswebkit \
${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk
RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \
wvHtml:textproc/wv \
${PYTHON_PKGNAMEPREFIX}jswebkit>=0:www/py-jswebkit \
${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk
NO_ARCH= yes
USES= desktop-file-utils gettext-tools python
USE_GNOME= intltool pygtk2
USE_PYTHON= distutils
.include <bsd.port.mk>