mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
dbbfc7889a
- 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
24 lines
467 B
Makefile
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>
|