mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
380 B
Makefile
22 lines
380 B
Makefile
# Created by: Artem Zaytsev <a.arepo@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pp
|
|
PORTVERSION= 1.03
|
|
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= BSD
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/pp
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|