1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/editors/rox-edit/Makefile
Marcus von Appen 91e4e8a4e3 - Convert ports from dns/, editors/ and emulators/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 15:43:33 +00:00

36 lines
885 B
Makefile

# $FreeBSD$
PORTNAME= rox-edit
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= SF/rox/Edit/${PORTVERSION}
DISTNAME= edit-${PORTVERSION}
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
USES= python tar:bzip2
post-extract:
@${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM}
@${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf
do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC}
@${PYTHON_CMD} -O -m compileall ${WRKSRC}
pre-install:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${WRKSRC}/Edit/findrox.py
@${FIND} ${WRKSRC} -name *.bak | ${XARGS} ${RM}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/apps
${CP} -r ${WRKSRC}/Edit ${STAGEDIR}${PREFIX}/apps/
.include <bsd.port.mk>