b8f9207f30
- Augment MASTER_SITES [1] - Use MASTER_SITE_GOOGLE_CODE macro - Drop HAS_CONFIGURE, now unused (and was bogus before that, GNU_CONFIGURE should had been used instead) - Improve port description Submitted by: maintainer [1]
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# New ports collection makefile for: pp
|
|
# Date created: 20 March 2011
|
|
# Whom: Artem Zaytsev <a.arepo@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pp
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
|
http://de.nologin.ru/distfiles/sysutils/pp/
|
|
PROJECTHOST= pipe-progress
|
|
|
|
MAINTAINER= a.arepo@gmail.com
|
|
COMMENT= Small and fast progressbar for pipe
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/pp
|
|
|
|
.include <bsd.port.mk>
|