aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
444 B
Makefile
21 lines
444 B
Makefile
# Created by: Erik Greenwald <erik@smluc.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|