1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/sysutils/vils/Makefile
Pav Lucistnik 214a428bd0 This little script enables you to ``edit an ls'', i.e. it will load a list of
filenames into your favourite editor (presumably vi).  Any changes to the
filenames will result in renaming the respective files. Read the comments in
the script for details.

PR:		ports/92167
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 19:17:33 +00:00

33 lines
712 B
Makefile

# New ports collection makefile for: vils
# Date created: 22 January 2006
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
#
# $FreeBSD$
#
PORTNAME= vils
PORTVERSION= 20020228
CATEGORIES= sysutils
MASTER_SITES= http://www.secnetix.de/~olli/scripts/
DISTFILES= vils
MAINTAINER= CPE1704TKS@bellsouth.net
COMMENT= Use your favorite editor to rename files
BUILD_DEPENDS= zsh:${PORTSDIR}/shells/zsh
RUN_DEPENDS= ${BUILD_DEPENDS}
PLIST_FILES= bin/vils
do-extract:
${MKDIR} ${WRKDIR}
${CP} ${DISTDIR}/vils ${WRKDIR}/vils
do-build:
@${REINPLACE_CMD} -e 's/\/bin\/zsh/\/usr\/local\/bin\/zsh/' ${WRKDIR}/vils
do-install:
${INSTALL_SCRIPT} -m 755 ${WRKDIR}/vils ${PREFIX}/bin
.include <bsd.port.mk>