blob: facc02f919083f069f60e32f51110455f9735b0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: pp
# Date created: 20 March 2011
# Whom: Artem Zaytsev <a.arepo@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pp
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://pipe-progress.googlecode.com/files/
MAINTAINER= a.arepo@gmail.com
COMMENT= Small and fast progressbar for pipe
USE_BZIP2= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
PLIST_FILES= bin/pp
.include <bsd.port.mk>
|