aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lfm/Makefile
blob: 83053202ad8d48369fca1a19025f3a5f8ac5be88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
WWW=		https://inigo.katxi.org/devel/lfm/

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>