freebsd-ports/sysutils/lfm/Makefile
Philippe Audeoud e194c0537b - Update to 2.2
- Remove outdated MASTER_SITES
- Use python 2.4+
- New author email address

PR:		ports/149065
Submitted by:	Frederic Culot <frederic _AT_ culot.org>
2010-07-29 13:17:01 +00:00

36 lines
803 B
Makefile

# ex:ts=8
# New ports collection makefile for: lfm
# Date created: Jul 21, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= lfm
PORTVERSION= 2.2
CATEGORIES= sysutils
MASTER_SITES= http://www.terra.es/personal7/inigoserna/lfm/
MAINTAINER= ports@FreeBSD.org
COMMENT= Last File Manager, a simple 'commander'-type file manager
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
MAN1= lfm.1 pyview.1
post-patch:
@${REINPLACE_CMD} -e '/MAN_FILES/d' ${WRKSRC}/setup.py
@${REINPLACE_CMD} -e '/DOC_FILES/d' ${WRKSRC}/setup.py
post-install:
.for f in lfm pyview
@${INSTALL_MAN} ${WRKSRC}/${f}.1 ${MAN1PREFIX}/man/man1/
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in COPYING ChangeLog NEWS README README.pyview TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>