openbsd-ports/misc/lfm/Makefile
sthen 9e5335b247 import misc/lfm, from Patrikas Kugrinas, ok landry@
Last File Manager is a powerful file manager for the UNIX console.
It has a curses interface and it's written in Python.

Some of the features you can find in lfm:

    console-based file manager for UNIX platforms
    1-pane or 2-pane view
    tabs
    bookmarks
    history
    vfs for compressed files
    dialogs with entry completion
    PowerCLI, a command line interface with advanced features
    fast access to the shell
    direct integration of find/grep, df and other tools
    color files by extension [Andrey Skvortsov]
    support for different file names encodings
    fast file viewer with text and binary modes
    ...and many others
2011-07-17 20:23:46 +00:00

32 lines
671 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/07/17 20:23:46 sthen Exp $
COMMENT = powerful curses interface python file manager
MODPY_EGG_VERSION = 2.3
DISTNAME = lfm-${MODPY_EGG_VERSION}
CATEGORIES = misc
HOMEPAGE = http://katxi.org/devel/lfm/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_PYPI:=l/lfm/}
MAINTAINER = Patrikas Kugrinas <pkugrinas@gmail.com>
MODULES = lang/python
NO_REGRESS = Yes
USE_GROFF = Yes
post-install:
${INSTALL_MAN} ${WRKSRC}/lfm.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/pyview.1 ${PREFIX}/man/man1
.include <bsd.port.mk>