aboutsummaryrefslogtreecommitdiffstats
path: root/editors/rox-edit
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-03-01 21:19:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-03-01 21:19:19 +0800
commit927d4c368a6f5b5833efb068ae606734916391ae (patch)
treee0307736ea131265fbadf4b5a7ba84c4c58e77f0 /editors/rox-edit
parent415a626f68737099ad00b8f40856db860702a44f (diff)
downloadfreebsd-ports-gnome-927d4c368a6f5b5833efb068ae606734916391ae.tar.gz
freebsd-ports-gnome-927d4c368a6f5b5833efb068ae606734916391ae.tar.zst
freebsd-ports-gnome-927d4c368a6f5b5833efb068ae606734916391ae.zip
- Add LICENSE
- Fix shebangs - Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'editors/rox-edit')
-rw-r--r--editors/rox-edit/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile
index eac0311a9358..b8504dc78dfe 100644
--- a/editors/rox-edit/Makefile
+++ b/editors/rox-edit/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rox-edit
PORTVERSION= 2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= SF/rox/Edit/${PORTVERSION}
DISTNAME= edit-${PORTVERSION}
@@ -10,10 +10,15 @@ DISTNAME= edit-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Text editor for the ROX desktop
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/Edit/Help/COPYING
+
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib
-USES= python:2.7 tar:bzip2
+USES= python:2.7 shebangfix tar:bzip2
+SHEBANG_FILES= Edit/tests/testreplace.py Edit/AppRun
+NO_ARCH= yes
post-extract:
@${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM}