mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# Created by: Erik Greenwald <erik@smluc.org>
|
|
|
|
PORTNAME= bar
|
|
PORTVERSION= 1.4
|
|
DISTVERSIONSUFFIX= -src
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.theiling.de/downloads/
|
|
|
|
MAINTAINER= erik@bz.bzflag.bz
|
|
COMMENT= Cat with ASCII progress bar
|
|
|
|
USES= tar:bzip2
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/bar
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bar ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|