freebsd-ports/x11-fm/cfm/Makefile
Pete Fritchman 72d3ab26f5 The author's distribution site and homepage appears to have been removed;
cache a copy of this distfile on ${MASTER_SITE_LOCAL}.

Noticed by:	distfiles survey
2003-10-26 17:35:23 +00:00

33 lines
781 B
Makefile

# New ports collection makefile for: cfm
# Date created: 23 June 2001
# Whom: petef@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cfm
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.rpi.edu/~mullr/cfm/dist/
MASTER_SITE_SUBDIR= petef
MAINTAINER= petef@FreeBSD.org
COMMENT= Quick Perl/Tk file manager with support for regular expressions
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
NO_BUILD= yes
USE_PERL5= yes
post-patch:
@${PERL} -pi -e 's|#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/cfm
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cfm ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/examples/cfm
${INSTALL_DATA} ${WRKSRC}/example.cfmrc \
${PREFIX}/share/examples/cfm/dot.cfmrc
.include <bsd.port.mk>