freebsd-ports/sysutils/pp/Makefile
Alexey Dokuchaev ecd489ff2a - Trim Makefile header
- Tighten MASTER_SITES
- Fix grammar in COMMENT
- Define LICENSE (BSD)
2013-03-21 14:22:13 +00:00

20 lines
366 B
Makefile

# Created by: Artem Zaytsev <a.arepo@gmail.com>
# $FreeBSD$
PORTNAME= pp
PORTVERSION= 1.02
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
.include <bsd.port.mk>