HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/pp/Makefile
# 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>