forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
31 lines (25 loc) · 939 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Ju Pengfei <[email protected]>
# $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= [email protected]
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>