diff options
-rw-r--r-- | editors/rox-edit/Makefile | 9 |
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} |