aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/bar/Makefile
blob: 2129d577e0585e91a7fcb0193b20506669ca83af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    bar
# Date created:         Wed May 18 2005
# Whom:             Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#

PORTNAME=   bar
PORTVERSION=    1.4
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>