freebsd-ports/sysutils/py-ranger/Makefile
Steve Wills 189ab8aa69 - Update to 1.6.0
PR:		ports/179943
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2013-06-25 18:20:39 +00:00

21 lines
486 B
Makefile

# Created by: Jin-Sih Lin <linpct@gmail.com>
# $FreeBSD$
PORTNAME= ranger
PORTVERSION= 1.6.0
CATEGORIES= sysutils python
MASTER_SITES= http://ranger.nongnu.org/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= linpct@gmail.com
COMMENT= Ranger is a file manager with VI key bindings
USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAN1= ranger.1 rifle.1
post-patch:
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|; s|share/man/man|man/man|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>