diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-06-17 16:00:55 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-06-17 16:00:55 +0000 |
commit | 6bcfe3029c3be08655722a2b02be749165cc3265 (patch) | |
tree | 7b678677ef6e66a0bce863a24ced291040924109 /editors/rox-edit/Makefile | |
parent | 96d2b112314cbe2a4da6346408215b8c78469b23 (diff) |
Notes
Diffstat (limited to 'editors/rox-edit/Makefile')
-rw-r--r-- | editors/rox-edit/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index f163622338f2..bf2897ba4c00 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -5,21 +5,21 @@ # $FreeBSD$ # -PORTNAME= rox-edit -PORTVERSION= 1.9.6 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +PORTNAME= rox-edit +PORTVERSION= 1.9.6 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rox -DISTNAME= edit-${PORTVERSION} -EXTRACT_SUFX= .tgz +DISTNAME= edit-${PORTVERSION} +EXTRACT_SUFX= .tgz -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Text editor for the ROX desktop +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Text editor for the ROX desktop -RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib +RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ + ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib -USE_PYTHON= yes +USE_PYTHON= yes post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} |