mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3cf0eff1a2
The distfile name changed but the hash still matches. The WRKSRC had to be explicitly defined with the distname change.
32 lines
939 B
Makefile
32 lines
939 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gwrite
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= editors python
|
|
MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/universe/g/gwrite/
|
|
DISTNAME= gwrite_${PORTVERSION}.orig
|
|
|
|
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
|
|
WRKSRC= ${WRKDIR}/gwrite-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|