aboutsummaryrefslogtreecommitdiffstats
path: root/misc/clpbar/Makefile
blob: 654dc6b4eace8c02c4b7235811dc1b2e94ec17b1 (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
26
# ex:ts=8
# Ports collection makefile for:    clpbar
# Date created:         Sep 3, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   clpbar
PORTVERSION=    1.10.9
CATEGORIES= misc
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/bar-${PORTVERSION}
DISTNAME=   bar_${PORTVERSION}

MAINTAINER= miwi@FreeBSD.org
COMMENT=    Command Line Progress Bar

WRKSRC=     ${WRKDIR}/bar-${PORTVERSION}
GNU_CONFIGURE=  yes
MAKE_JOBS_SAFE= yes
MAKE_ARGS+= CFLAGS+="${CFLAGS}"

MAN1=       bar.1
PLIST_FILES=    bin/bar

.include <bsd.port.mk>