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

PORTNAME=	clpbar
PORTVERSION=	1.10.3
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	bar-${PORTVERSION}

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

USE_GNOME=	gnometarget
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/bar
MAN1=	bar.1

.include <bsd.port.mk>