# Created by: ijliao

PORTNAME=	lfm
PORTVERSION=	3.1
CATEGORIES=	sysutils
MASTER_SITES=	https://inigo.katxi.org/devel/lfm/ \
		LOCAL/sunpoet

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Last File Manager, a powerful file manager for the UNIX console

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.4+
USE_PYTHON=	autoplist distutils noflavors

NO_ARCH=	yes

post-patch:
	@${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/setup.py

.include <bsd.port.mk>
