ports/sysutils/py-ranger/Makefile
Frederic Culot c8da02e9af - Update to 1.5.5
- Update MASTER_SITES

Changes:	http://git.savannah.gnu.org/cgit/ranger.git/tree/CHANGELOG
PR:		ports/170820
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-08-23 06:48:09 +00:00

25 lines
555 B
Makefile

# New ports collection makefile for: py-ranger
# Date created: 14 July 2012
# Whom: Jin-Sih Lin <linpct@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ranger
PORTVERSION= 1.5.5
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
post-patch:
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|; s|share/man/man|man/man|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>