forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
25 lines
510 B
Makefile
25 lines
510 B
Makefile
# Created by: Artem Zaytsev <a.arepo@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pp
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GOOGLE_CODE \
|
|
http://de.nologin.ru/distfiles/sysutils/pp/
|
|
PROJECTHOST= pipe-progress
|
|
|
|
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>
|