1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/bar/Makefile
Pav Lucistnik 907c955c07 This is a small shell script intended to be used in portable Unix install
scripts for showing progress bars.

PR:		ports/81216
Submitted by:	Erik Greenwald <erik@smluc.org>
2005-05-20 18:01:27 +00:00

26 lines
522 B
Makefile

# New ports collection makefile for: bar
# Date created: Wed May 18 2005
# Whom: Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#
PORTNAME= bar
PORTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= http://www.theiling.de/downloads/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= erik@smluc.org
COMMENT= Cat with ASCII progress bar
USE_BZIP2= yes
NO_BUILD= yes
PLIST_FILES= bin/bar
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bar ${PREFIX}/bin
.include <bsd.port.mk>