aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pp/Makefile
blob: 2ad330be9c681c30452793a8351a3070f0439550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Artem Zaytsev <a.arepo@gmail.com>

PORTNAME=	pp
PORTVERSION=	1.03
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://de.nologin.ru/distfiles/sysutils/pp/

MAINTAINER=	a.arepo@gmail.com
COMMENT=	Small and fast progress bar for pipe

LICENSE=	BSD3CLAUSE

USES=		tar:bzip2
MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}"

PLIST_FILES=	bin/pp

post-patch:
	@${REINPLACE_CMD} -e 's,char opt,int opt,' ${WRKSRC}/src/main.c

.include <bsd.port.mk>