1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/pp/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

24 lines
467 B
Makefile

# Created by: Artem Zaytsev <a.arepo@gmail.com>
# $FreeBSD$
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>