blob: 61c0f9f6327b417f964a2fe71a1e9a2fff5f815f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= e169-stats
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Curses realtime statistics for the Huawei E169 modem
PLIST_FILES= bin/e169-stats
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${PREFIX}/bin
.include <bsd.port.mk>
|