aboutsummaryrefslogtreecommitdiff
path: root/misc/clpbar/Makefile
blob: 2ddcc55a16d09c4dfb330c383a8facc682784260 (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=	clpbar
PORTVERSION=	1.11.1
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_ARGS+=	CFLAGS+="${CFLAGS}"

PLIST_FILES=	bin/bar \
		man/man1/bar.1.gz

.include <bsd.port.pre.mk>

.if empty(ARCH:M*64)
CONFIGURE_ARGS=	--disable-use-m64
.endif

.include <bsd.port.post.mk>